Html Css Color HEX #CAF29F Reef

📋 copy color: '#CAF29F'

red 202 ◦ green 242 ◦ blue 159

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

Shades of Reef #CAF29F

Tints of Reef #CAF29F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.13%

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

R = 33.5%
G = 40.13%
B = 26.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#CAF29F (or 0xCAF29F) is known color: Reef. HEX triplet: CA, F2 and 9F. RGB value is (202,242,159). Sum of RGB (Red+Green+Blue) = 202+242+159=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF29F is #350D60. Grayscale: #DCDCDC. Windows color (decimal): -3476833 or 10482378. OLE color: 10482378.

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

Color convert

RGB 202 242 159 -
CMYK 0.17 0 0.34 0.05
HSL 88.92º 0.76% 0.79% -
HSV(B) 88.92º 0.34% 0.95% -
XYZ 62.37 78.56 44.68 -
YUV 220.58 93.25 114.75 -
System Red Green Blue C M Y K H S L
Decimal 202 242 159 0.17 0 0.34 0.05 88.92 0.76 0.79
Hex CA F2 9F 11 0 22 5 59 4C 4F
Octal 312 362 237 21 0 42 5 131 114 117
Binary 11001010 11110010 10011111 10001 0 100010 101 1011001 1001100 1001111

Color Harmonies of #CAF29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF29F

Black with #CAF29F

Text Example


Text Example

White with #CAF29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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