#CEFC8C

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

Shades of Reef #CEFC8C

Tints of Reef #CEFC8C

Color information

#CEFC8C (or 0xCEFC8C) is unknown color: approx Reef. HEX triplet: CE, FC and 8C. RGB value is (206,252,140). Sum of RGB (Red+Green+Blue) = 206+252+140=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFC8C is #310373. Grayscale: #E1E1E1. Windows color (decimal): -3212148 or 9239758. OLE color: 9239758.

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

Color convert

RGB206252140-
CMYK0.1800.440.01
HSL84.64º94.92%76.86%-
HSV(B)84.64º44.44%98.82%-
XYZ6584.6437.72-
YUV225.4879.76114.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 252 (98.83% from 255) = 42.14%
BLUE value IS 140 (55.08% from 255) = 23.41%
R=34.45%
G=42.14%
B=23.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521400.1800.440.0184.6494.9276.86
HexCEFC8C1202C1555f4d
Octal316374214220541125137115
Binary1100111011111100100011001001001011001101010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFC8C; }

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

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

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

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

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

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

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

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