Html Css Color HEX #CAFE99 Reef

📋 copy color: '#CAFE99'

red 202 ◦ green 254 ◦ blue 153

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

Shades of Reef #CAFE99

Tints of Reef #CAFE99

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.71%

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

R = 33.17%
G = 41.71%
B = 25.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#CAFE99 (or 0xCAFE99) is known color: Reef. HEX triplet: CA, FE and 99. RGB value is (202,254,153). Sum of RGB (Red+Green+Blue) = 202+254+153=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE99 is #350166. Grayscale: #E3E3E3. Windows color (decimal): -3473767 or 10092234. OLE color: 10092234.

HSL color Cylindrical-coordinate representation of color #CAFE99: hue angle of 90.89º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAFE99 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 153 -
CMYK 0.20 0 0.40 0.00
HSL 90.89º 0.98% 0.8% -
HSV(B) 90.89º 0.4% 1% -
XYZ 65.55 85.74 43.23 -
YUV 226.94 86.27 110.21 -
System Red Green Blue C M Y K H S L
Decimal 202 254 153 0.20 0 0.40 0.00 90.89 0.98 0.8
Hex CA FE 99 14 0 28 0 5B 62 50
Octal 312 376 231 24 0 50 0 133 142 120
Binary 11001010 11111110 10011001 10100 0 101000 0 1011011 1100010 1010000

Color Harmonies of #CAFE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE99

Black with #CAFE99

Text Example


Text Example

White with #CAFE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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