#CAFE96

Color #CAFE96 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CAFE96

Tints of Reef #CAFE96

Color information

#CAFE96 (or 0xCAFE96) is unknown color: approx Reef. HEX triplet: CA, FE and 96. RGB value is (202,254,150). Sum of RGB (Red+Green+Blue) = 202+254+150=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE96 is #350169. Grayscale: #E2E2E2. Windows color (decimal): -3473770 or 9895626. OLE color: 9895626.

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

Color convert

RGB202254150-
CMYK0.2000.410.00
HSL90º98.11%79.22%-
HSV(B)90º40.94%99.61%-
XYZ65.385.6441.94-
YUV226.684.77110.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 254 (99.61% from 255) = 41.91%
BLUE value IS 150 (58.98% from 255) = 24.75%
R=33.33%
G=41.91%
B=24.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541500.2000.410.009098.1179.22
HexCAFE961402905a624f
Octal312376226240510132142117
Binary1100101011111110100101101010001010010101101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFE96; }

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

 H1.HeaderClassName
 {
   color: #CAFE96;
 }
 .AnyTagClassName
 {
   color: #CAFE96;
 }
</style>
background-color css

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

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

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

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

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

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