Html Css Color HEX #CAF59E Reef

📋 copy color: '#CAF59E'

red 202 ◦ green 245 ◦ blue 158

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

Shades of Reef #CAF59E

Tints of Reef #CAF59E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.5%

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

R = 33.39%
G = 40.5%
B = 26.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#CAF59E (or 0xCAF59E) is known color: Reef. HEX triplet: CA, F5 and 9E. RGB value is (202,245,158). Sum of RGB (Red+Green+Blue) = 202+245+158=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF59E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF59E is #350A61. Grayscale: #DEDEDE. Windows color (decimal): -3476066 or 10417610. OLE color: 10417610.

HSL color Cylindrical-coordinate representation of color #CAF59E: hue angle of 89.66º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAF59E is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 158 -
CMYK 0.18 0 0.36 0.04
HSL 89.66º 0.81% 0.79% -
HSV(B) 89.66º 0.36% 0.96% -
XYZ 63.18 80.33 44.52 -
YUV 222.23 91.75 113.57 -
System Red Green Blue C M Y K H S L
Decimal 202 245 158 0.18 0 0.36 0.04 89.66 0.81 0.79
Hex CA F5 9E 12 0 24 4 5A 51 4F
Octal 312 365 236 22 0 44 4 132 121 117
Binary 11001010 11110101 10011110 10010 0 100100 100 1011010 1010001 1001111

Color Harmonies of #CAF59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF59E

Black with #CAF59E

Text Example


Text Example

White with #CAF59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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