#CAFE98

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

Shades of Reef #CAFE98

Tints of Reef #CAFE98

Color information

#CAFE98 (or 0xCAFE98) is unknown color: approx Reef. HEX triplet: CA, FE and 98. RGB value is (202,254,152). Sum of RGB (Red+Green+Blue) = 202+254+152=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 152 (59.77% from 255 or 25% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE98 is #350167. Grayscale: #E3E3E3. Windows color (decimal): -3473768 or 10026698. OLE color: 10026698.

HSL color Cylindrical-coordinate representation of color #CAFE98: hue angle of 90.59º 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 #CAFE98 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB202254152-
CMYK0.2000.400.00
HSL90.59º98.08%79.61%-
HSV(B)90.59º40.16%99.61%-
XYZ65.4785.7142.8-
YUV226.8285.77110.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 152 (59.77% from 255) = 25%
R=33.22%
G=41.78%
B=25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541520.2000.400.0090.5998.0879.61
HexCAFE981402805b6250
Octal312376230240500133142120
Binary1100101011111110100110001010001010000101101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFE98; }

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

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

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

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

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

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

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

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