Html Css Color HEX #CAF59F Reef

📋 copy color: '#CAF59F'

red 202 ◦ green 245 ◦ blue 159

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

Shades of Reef #CAF59F

Tints of Reef #CAF59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.24%

R = 33.33%
G = 40.43%
B = 26.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#CAF59F (or 0xCAF59F) is known color: Reef. HEX triplet: CA, F5 and 9F. RGB value is (202,245,159). Sum of RGB (Red+Green+Blue) = 202+245+159=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF59F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF59F is #350A60. Grayscale: #DEDEDE. Windows color (decimal): -3476065 or 10483146. OLE color: 10483146.

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

Color convert

RGB 202 245 159 -
CMYK 0.18 0 0.35 0.04
HSL 90º 0.81% 0.79% -
HSV(B) 90º 0.35% 0.96% -
XYZ 63.27 80.36 44.98 -
YUV 222.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 202 245 159 0.18 0 0.35 0.04 90 0.81 0.79
Hex CA F5 9F 12 0 23 4 5A 51 4F
Octal 312 365 237 22 0 43 4 132 121 117
Binary 11001010 11110101 10011111 10010 0 100011 100 1011010 1010001 1001111

Color Harmonies of #CAF59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF59F

Black with #CAF59F

Text Example


Text Example

White with #CAF59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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