#CAFE8E

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

Shades of Reef #CAFE8E

Tints of Reef #CAFE8E

Color information

#CAFE8E (or 0xCAFE8E) is unknown color: approx Reef. HEX triplet: CA, FE and 8E. RGB value is (202,254,142). Sum of RGB (Red+Green+Blue) = 202+254+142=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE8E is #350171. Grayscale: #E2E2E2. Windows color (decimal): -3473778 or 9371338. OLE color: 9371338.

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

Color convert

RGB202254142-
CMYK0.2000.440.00
HSL87.86º98.25%77.65%-
HSV(B)87.86º44.09%99.61%-
XYZ64.6885.3938.66-
YUV225.6880.77111.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 254 (99.61% from 255) = 42.47%
BLUE value IS 142 (55.86% from 255) = 23.75%
R=33.78%
G=42.47%
B=23.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541420.2000.440.0087.8698.2577.65
HexCAFE8E1402C058624e
Octal312376216240540130142116
Binary1100101011111110100011101010001011000101100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFE8E; }

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

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

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

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

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

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

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

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