#CAFE8F

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

Shades of Reef #CAFE8F

Tints of Reef #CAFE8F

Color information

#CAFE8F (or 0xCAFE8F) is unknown color: approx Reef. HEX triplet: CA, FE and 8F. RGB value is (202,254,143). Sum of RGB (Red+Green+Blue) = 202+254+143=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE8F is #350170. Grayscale: #E2E2E2. Windows color (decimal): -3473777 or 9436874. OLE color: 9436874.

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

Color convert

RGB202254143-
CMYK0.2000.440.00
HSL88.11º98.23%77.84%-
HSV(B)88.11º43.7%99.61%-
XYZ64.7685.4239.06-
YUV225.881.27111.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 254 (99.61% from 255) = 42.40%
BLUE value IS 143 (56.25% from 255) = 23.87%
R=33.72%
G=42.40%
B=23.87%

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
Decimal2022541430.2000.440.0088.1198.2377.84
HexCAFE8F1402C058624e
Octal312376217240540130142116
Binary1100101011111110100011111010001011000101100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFE8F; }

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

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

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

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

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

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

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

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