Html Css Color HEX #CAF599 Reef

📋 copy color: '#CAF599'

red 202 ◦ green 245 ◦ blue 153

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

Shades of Reef #CAF599

Tints of Reef #CAF599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.5%

R = 33.67%
G = 40.83%
B = 25.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#CAF599 (or 0xCAF599) is known color: Reef. HEX triplet: CA, F5 and 99. RGB value is (202,245,153). Sum of RGB (Red+Green+Blue) = 202+245+153=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 245 (96.09% from 255 or 40.83% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF599 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF599 is #350A66. Grayscale: #DDDDDD. Windows color (decimal): -3476071 or 10089930. OLE color: 10089930.

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

Color convert

RGB 202 245 153 -
CMYK 0.18 0 0.38 0.04
HSL 88.04º 0.82% 0.78% -
HSV(B) 88.04º 0.38% 0.96% -
XYZ 62.76 80.16 42.3 -
YUV 221.66 89.25 113.98 -
System Red Green Blue C M Y K H S L
Decimal 202 245 153 0.18 0 0.38 0.04 88.04 0.82 0.78
Hex CA F5 99 12 0 26 4 58 52 4E
Octal 312 365 231 22 0 46 4 130 122 116
Binary 11001010 11110101 10011001 10010 0 100110 100 1011000 1010010 1001110

Color Harmonies of #CAF599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF599

Black with #CAF599

Text Example


Text Example

White with #CAF599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF599; }

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

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

background-color css

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

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

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

border-color css

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

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

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