#CAFE95

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

Shades of Reef #CAFE95

Tints of Reef #CAFE95

Color information

#CAFE95 (or 0xCAFE95) is unknown color: approx Reef. HEX triplet: CA, FE and 95. RGB value is (202,254,149). Sum of RGB (Red+Green+Blue) = 202+254+149=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE95 is #35016A. Grayscale: #E2E2E2. Windows color (decimal): -3473771 or 9830090. OLE color: 9830090.

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

Color convert

RGB202254149-
CMYK0.2000.410.00
HSL89.71º98.13%79.02%-
HSV(B)89.71º41.34%99.61%-
XYZ65.2285.6141.52-
YUV226.4884.27110.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 254 (99.61% from 255) = 41.98%
BLUE value IS 149 (58.59% from 255) = 24.63%
R=33.39%
G=41.98%
B=24.63%

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
Decimal2022541490.2000.410.0089.7198.1379.02
HexCAFE951402905a624f
Octal312376225240510132142117
Binary1100101011111110100101011010001010010101101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFE95; }

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

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

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

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

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

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

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

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