COLOR #CAEF75

HEX: #CAEF75
RGB: (202,239,117)

Color info

#CAEF75 contains mainly red and green colors. Web safe color of #CAEF75 is #CCFF66 (or #CF6).

RGB color model

#CAEF75 color RGB value is (202,239,117).

  • red value is 202;
  • green value is 239;
  • blue value is 117.
RGB:
(202,239,117)
(79%,94%,46%)

RGB channels and saturation

R 202 of 255 = 79%
G 239 of 255 = 94%
B 117 of 255 = 46%

202
239
117

R + G + B ~ 73%. #CAEF75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 239 + 117 = 558 (100%)
R 202 of 558 ~ 36.2%
G 239 of 558 ~ 42.83%
B 117 of 558 ~ 20.97%

%36.2
%42.83
%20.97

CMYK color model

#CAEF75 color CMYK value is (15,0,51,6).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 51.05%
  • key color value is 6.27%
CMYK:
(15,0,51,6)
C15M0Y51K6 
(15%,0%,51%,6%)
(0.15/0.00/0.51/0.06)	

CMYK percentages

%15.48
%0
%51.05
%6.27

Codes

Color #CAEF75 in popluar color models

CAEF75
RGB202239117
HSL78°79.22%69.80%
HSB/HSV78°51.05%93.73%
CMYK15.48%0.00%51.05%
6.27%

Color #CAEF75 in popluar number systems.

HEXCAEF75
Decimal202239117
Binary11001010111011111110101
Octal312357165

Shades and tints

Shades of #CAEF75

#CAEF75
(202,239,117)
#B8DA6B
(184,218,107)
#A6C561
(166,197,97)
#94B057
(148,176,87)
#829B4D
(130,155,77)
#708643
(112,134,67)
#5E7139
(94,113,57)
#4C5C2F
(76,92,47)
#3A4725
(58,71,37)
#28321B
(40,50,27)
#161D11
(22,29,17)
#000000
(0,0,0)

Tints of #CAEF75

#CAEF75
(202,239,117)
#CEF081
(206,240,129)
#D2F18D
(210,241,141)
#D6F299
(214,242,153)
#DAF3A5
(218,243,165)
#DEF4B1
(222,244,177)
#E2F5BD
(226,245,189)
#E6F6C9
(230,246,201)
#EAF7D5
(234,247,213)
#EEF8E1
(238,248,225)
#F2F9ED
(242,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAEF75 color. Also use rgb(202,239,117) instead hex code.

Text Font Color

.myTextColor { color: #CAEF75; }

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

This text font color is #CAEF75.


Background Color

.myBgColor { background-color: #CAEF75; }

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

This div background color is #CAEF75.


Border color

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

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

This div border color is #CAEF75.


Opacity

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

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

Text with #CAEF75 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 #CAEF75;}

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

This text has shadow with #CAEF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAEF75 on black background.


Color preview on white background

This text has color #CAEF75 on white background.



Black color preview on #CAEF75 background

This text has black color on #CAEF75 background.


White color preview on #CAEF75 background

This text has white color on #CAEF75 background.