Html Css Color HEX #CAF29B Reef

📋 copy color: '#CAF29B'

red 202 ◦ green 242 ◦ blue 155

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

Shades of Reef #CAF29B

Tints of Reef #CAF29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.88%

R = 33.72%
G = 40.4%
B = 25.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#CAF29B (or 0xCAF29B) is known color: Reef. HEX triplet: CA, F2 and 9B. RGB value is (202,242,155). Sum of RGB (Red+Green+Blue) = 202+242+155=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF29B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF29B is #350D64. Grayscale: #DCDCDC. Windows color (decimal): -3476837 or 10220234. OLE color: 10220234.

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

Color convert

RGB 202 242 155 -
CMYK 0.17 0 0.36 0.05
HSL 87.59º 0.77% 0.78% -
HSV(B) 87.59º 0.36% 0.95% -
XYZ 62.03 78.43 42.88 -
YUV 220.12 91.25 115.07 -
System Red Green Blue C M Y K H S L
Decimal 202 242 155 0.17 0 0.36 0.05 87.59 0.77 0.78
Hex CA F2 9B 11 0 24 5 58 4D 4E
Octal 312 362 233 21 0 44 5 130 115 116
Binary 11001010 11110010 10011011 10001 0 100100 101 1011000 1001101 1001110

Color Harmonies of #CAF29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF29B

Black with #CAF29B

Text Example


Text Example

White with #CAF29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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