#CAF39E

Color #CAF39E Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CAF39E

Tints of Reef #CAF39E

Color information

#CAF39E (or 0xCAF39E) is unknown color: approx 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

RGB202243158-
CMYK0.1700.350.05
HSL88.94º77.98%78.63%-
HSV(B)88.94º34.98%95.29%-
XYZ62.5879.1344.32-
YUV221.0592.42114.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 243 (95.31% from 255) = 40.30%
BLUE value IS 158 (62.11% from 255) = 26.20%
R=33.50%
G=40.30%
B=26.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431580.1700.350.0588.9477.9878.63
HexCAF39E110235594e4f
Octal312363236210435131116117
Binary110010101111001110011110100010100011101101100110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>