#CEFE9D

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

Shades of Reef #CEFE9D

Tints of Reef #CEFE9D

Color information

#CEFE9D (or 0xCEFE9D) is unknown color: approx Reef. HEX triplet: CE, FE and 9D. RGB value is (206,254,157). Sum of RGB (Red+Green+Blue) = 206+254+157=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFE9D is #310162. Grayscale: #E4E4E4. Windows color (decimal): -3211619 or 10354382. OLE color: 10354382.

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

Color convert

RGB206254157-
CMYK0.1900.380.00
HSL89.69º97.98%80.59%-
HSV(B)89.69º38.19%99.61%-
XYZ66.9886.4445.05-
YUV228.5987.6111.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 157 (61.72% from 255) = 25.45%
R=33.39%
G=41.17%
B=25.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062541570.1900.380.0089.6997.9880.59
HexCEFE9D1302605a6251
Octal316376235230460132142121
Binary1100111011111110100111011001101001100101101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFE9D; }

 p { color: rgb(206,254,157); }

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

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

 a { background-color: rgb(206,254,157); }

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

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

 span { border-color: rgb(206,254,157); }

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