#CEFC9D

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

Shades of Reef #CEFC9D

Tints of Reef #CEFC9D

Color information

#CEFC9D (or 0xCEFC9D) is unknown color: approx Reef. HEX triplet: CE, FC and 9D. RGB value is (206,252,157). Sum of RGB (Red+Green+Blue) = 206+252+157=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFC9D is #310362. Grayscale: #E3E3E3. Windows color (decimal): -3212131 or 10353870. OLE color: 10353870.

HSL color Cylindrical-coordinate representation of color #CEFC9D: hue angle of 89.05º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEFC9D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB206252157-
CMYK0.1800.380.01
HSL89.05º94.06%80.2%-
HSV(B)89.05º37.7%98.82%-
XYZ66.3585.1844.84-
YUV227.4288.26112.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 157 (61.72% from 255) = 25.53%
R=33.50%
G=40.98%
B=25.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521570.1800.380.0189.0594.0680.2
HexCEFC9D120261595e50
Octal316374235220461131136120
Binary1100111011111100100111011001001001101101100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFC9D; }

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

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

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

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

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

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

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

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