COLOR #CAE33A

HEX: #CAE33A RGB: (202,227,58)

Color info

#CAE33A contains mainly red and green colors. Web safe color of #CAE33A is #CCCC33 (or #CC3).

RGB color model

#CAE33A color RGB value is (202,227,58).

RGB: (202,227,58) (79%, 89%, 23%)

RGB channels and saturation

R 202 of 255 = 79%
G 227 of 255 = 89%
B 58 of 255 = 23%

202
227
58

R + G + B ~ 64%. #CAE33A is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 227 + 58 = 487 (100%)
R 202 of 487 ~ 41.48%
G 227 of 487 ~ 46.61%
B 58 of 487 ~ 11.91'%

%41.48
%46.61
%11.91

CMYK color model

#CAE33A color CMYK value is (11,0,74,11).

  • cyan value is 11.01%
  • magenta value is 0.00%
  • yellow value is 74.45%
  • key color value is 10.98%

CMYK: (11,0,74,11)
C11M0Y74K11 (11%, 0%, 74%, 11%)
(0.11 / 0.00 / 0.74 / 0.11)

CMYK percentages

%11.01
%0
%74.45
%10.98

Codes

Color #CAE33A in popluar color models

CA E3 3A
RGB 202 227 58
HSL 69° 75.11% 55.88%
HSB/HSV 69° 74.45% 89.02%
CMYK 11.01% 0.00% 74.45%
10.98%

Color #CAE33A in popluar number systems.

HEX CA E3 3A
Decimal 202 227 58
Binary 11001010 11100011 111010
Octal 312 343 72

Shades and tints

Shades of #CAE33A

#CAE33A
(202,227,58)
#B8CF35
(184,207,53)
#A6BB30
(166,187,48)
#94A72B
(148,167,43)
#829326
(130,147,38)
#707F21
(112,127,33)
#5E6B1C
(94,107,28)
#4C5717
(76,87,23)
#3A4312
(58,67,18)
#282F0D
(40,47,13)
#161B08
(22,27,8)
#000000
(0,0,0)

Tints of #CAE33A

#CAE33A
(202,227,58)
#CEE54B
(206,229,75)
#D2E75C
(210,231,92)
#D6E96D
(214,233,109)
#DAEB7E
(218,235,126)
#DEED8F
(222,237,143)
#E2EFA0
(226,239,160)
#E6F1B1
(230,241,177)
#EAF3C2
(234,243,194)
#EEF5D3
(238,245,211)
#F2F7E4
(242,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE33A color. Also use rgb(202,227,58) instead hex code.

Text Font Color

.myTextColor { color: #CAE33A; }

<p style="color:#CAE33A">This sample text font color is #CAE33A.</p>

This text font color is #CAE33A.

Background Color

.myBgColor { background-color: #CAE33A; }

<div style="background-color:#CAE33A">Inner text</div>

This div background color is #CAE33A.

Border color

.myBorderColor { border: 1px solid #CAE33A; }

<div style="border:3px solid #CAE33A">Div</div>

This div border color is #CAE33A.

Opacity

.myOpacity80 { color: #CAE33A; opacity: 0.8; }

<p style="color:#CAE33A;opacity:0.8;">80%</p>

Text with #CAE33A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CAE33A;}

<p style="text-shadow: 3px 3px 1px #CAE33A">Text here.</p>

This text has shadow with #CAE33A color.


.textShadow {text-shadow: 3px 3px 1px #CAE33A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CAE33A, 5px 5px 20px red">Text here.</p>

This text has shadow with #CAE33A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CAE33A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CAE33A, Direction=45, Strength=4)">Text</p>

This text has shadow with #CAE33A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CAE33A;
-webkit-box-shadow: 1px 1px 3px 2px #CAE33A;
box-shadow: 1px 1px 3px 2px #CAE33A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CAE33A; -webkit-box-shadow: 1px 1px 3px 2px #CAE33A; box-shadow:1px 1px 3px 2px #CAE33A;">
Div content here
</div>

This div box has shadow with color #CAE33A.

Preview

Color preview on black background

This text has color #CAE33A on black background.


Color preview on white background

This text has color #CAE33A on white background.


Black color preview on #CAE33A background

This text has black color on #CAE33A background.


White color preview on #CAE33A background

This text has white color on #CAE33A background.


Related colors

Complementary color

Complementary color for #hex is #351CC5.


I love getcolorcode.com

Triadic colors

1 #3ACAE3 and #E33ACA with #CAE33A are triadic colors.

2 #3AE3CA and #E3CA3A with #CAE33A are triadic colors.