Html Css Color HEX #CAF39E Reef

📋 copy color: '#CAF39E'

red 202 ◦ green 243 ◦ blue 158

#CAF39E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CAF39E

Tints of Reef #CAF39E

RGB

 RED value IS 202 (79.3% from 255) = 33.5%

 GREEN value IS 243 (95.31% from 255) = 40.3%

 BLUE value IS 158 (62.11% from 255) = 26.2%

R = 33.5%
G = 40.3%
B = 26.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAF39E (or 0xCAF39E) is known color: Reef. HEX triplet: CA, F3 and 9E. RGB value is (202,243,158). Sum of RGB (Red+Green+Blue) = 202+243+158=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF39E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF39E is #350C61. Grayscale: #DDDDDD. Windows color (decimal): -3476578 or 10417098. OLE color: 10417098.

HSL color Cylindrical-coordinate representation of color #CAF39E: hue angle of 88.94º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAF39E is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 158 -
CMYK 0.17 0 0.35 0.05
HSL 88.94º 0.78% 0.79% -
HSV(B) 88.94º 0.35% 0.95% -
XYZ 62.58 79.13 44.32 -
YUV 221.05 92.42 114.41 -
System Red Green Blue C M Y K H S L
Decimal 202 243 158 0.17 0 0.35 0.05 88.94 0.78 0.79
Hex CA F3 9E 11 0 23 5 59 4E 4F
Octal 312 363 236 21 0 43 5 131 116 117
Binary 11001010 11110011 10011110 10001 0 100011 101 1011001 1001110 1001111

Color Harmonies of #CAF39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF39E

Black with #CAF39E

Text Example


Text Example

White with #CAF39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF39E; }

 p { color: rgb(202,243,158); }

 H1.HeaderClassName
 {
   color: #CAF39E;
 }
 .AnyTagClassName
 {
   color: #CAF39E;
 }
</style>

background-color css

<style>
 a { background-color: #CAF39E; }

 a { background-color: rgb(202,243,158); }

 div.DivClassName
 {
   background-color: #CAF39E;
 }
 .BgClassName
 {
   background-color: #CAF39E;
 }
</style>

border-color css

<style>
 span { border-color: #CAF39E; }

 span { border-color: rgb(202,243,158); }

 td.TdClassName
 {
   border-color: #CAF39E;
 }
 .TagClassName
 {
   border-color: #CAF39E;
 }
</style>