Html Css Color HEX #CAF799 Reef

📋 copy color: '#CAF799'

red 202 ◦ green 247 ◦ blue 153

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

Shades of Reef #CAF799

Tints of Reef #CAF799

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.03%

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

R = 33.55%
G = 41.03%
B = 25.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#CAF799 (or 0xCAF799) is known color: Reef. HEX triplet: CA, F7 and 99. RGB value is (202,247,153). Sum of RGB (Red+Green+Blue) = 202+247+153=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF799 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF799 is #350866. Grayscale: #DFDFDF. Windows color (decimal): -3475559 or 10090442. OLE color: 10090442.

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

Color convert

RGB 202 247 153 -
CMYK 0.18 0 0.38 0.03
HSL 88.72º 0.85% 0.78% -
HSV(B) 88.72º 0.38% 0.97% -
XYZ 63.37 81.38 42.5 -
YUV 222.83 88.59 113.14 -
System Red Green Blue C M Y K H S L
Decimal 202 247 153 0.18 0 0.38 0.03 88.72 0.85 0.78
Hex CA F7 99 12 0 26 3 59 55 4E
Octal 312 367 231 22 0 46 3 131 125 116
Binary 11001010 11110111 10011001 10010 0 100110 11 1011001 1010101 1001110

Color Harmonies of #CAF799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF799

Black with #CAF799

Text Example


Text Example

White with #CAF799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF799; }

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

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

background-color css

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

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

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

border-color css

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

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

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