Html Css Color HEX #CAF29D Reef

📋 copy color: '#CAF29D'

red 202 ◦ green 242 ◦ blue 157

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

Shades of Reef #CAF29D

Tints of Reef #CAF29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.12%

R = 33.61%
G = 40.27%
B = 26.12%

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

#CAF29D (or 0xCAF29D) is known color: Reef. HEX triplet: CA, F2 and 9D. RGB value is (202,242,157). Sum of RGB (Red+Green+Blue) = 202+242+157=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF29D is #350D62. Grayscale: #DCDCDC. Windows color (decimal): -3476835 or 10351306. OLE color: 10351306.

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

Color convert

RGB 202 242 157 -
CMYK 0.17 0 0.35 0.05
HSL 88.24º 0.77% 0.78% -
HSV(B) 88.24º 0.35% 0.95% -
XYZ 62.2 78.5 43.77 -
YUV 220.35 92.25 114.91 -
System Red Green Blue C M Y K H S L
Decimal 202 242 157 0.17 0 0.35 0.05 88.24 0.77 0.78
Hex CA F2 9D 11 0 23 5 58 4D 4E
Octal 312 362 235 21 0 43 5 130 115 116
Binary 11001010 11110010 10011101 10001 0 100011 101 1011000 1001101 1001110

Color Harmonies of #CAF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF29D

Black with #CAF29D

Text Example


Text Example

White with #CAF29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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