Html Css Color HEX #CAF59B Reef

📋 copy color: '#CAF59B'

red 202 ◦ green 245 ◦ blue 155

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

Shades of Reef #CAF59B

Tints of Reef #CAF59B

RGB

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

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

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

R = 33.55%
G = 40.7%
B = 25.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#CAF59B (or 0xCAF59B) is known color: Reef. HEX triplet: CA, F5 and 9B. RGB value is (202,245,155). Sum of RGB (Red+Green+Blue) = 202+245+155=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF59B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF59B is #350A64. Grayscale: #DEDEDE. Windows color (decimal): -3476069 or 10221002. OLE color: 10221002.

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

Color convert

RGB 202 245 155 -
CMYK 0.18 0 0.37 0.04
HSL 88.67º 0.82% 0.78% -
HSV(B) 88.67º 0.37% 0.96% -
XYZ 62.93 80.23 43.18 -
YUV 221.88 90.25 113.82 -
System Red Green Blue C M Y K H S L
Decimal 202 245 155 0.18 0 0.37 0.04 88.67 0.82 0.78
Hex CA F5 9B 12 0 25 4 59 52 4E
Octal 312 365 233 22 0 45 4 131 122 116
Binary 11001010 11110101 10011011 10010 0 100101 100 1011001 1010010 1001110

Color Harmonies of #CAF59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF59B

Black with #CAF59B

Text Example


Text Example

White with #CAF59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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