#CEFC95

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

Shades of Reef #CEFC95

Tints of Reef #CEFC95

Color information

#CEFC95 (or 0xCEFC95) is unknown color: approx Reef. HEX triplet: CE, FC and 95. RGB value is (206,252,149). Sum of RGB (Red+Green+Blue) = 206+252+149=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFC95 is #31036A. Grayscale: #E2E2E2. Windows color (decimal): -3212139 or 9829582. OLE color: 9829582.

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

Color convert

RGB206252149-
CMYK0.1800.410.01
HSL86.8º94.5%78.63%-
HSV(B)86.8º40.87%98.82%-
XYZ65.6984.9141.36-
YUV226.584.26113.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 252 (98.83% from 255) = 41.52%
BLUE value IS 149 (58.59% from 255) = 24.55%
R=33.94%
G=41.52%
B=24.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521490.1800.410.0186.894.578.63
HexCEFC95120291575e4f
Octal316374225220511127136117
Binary1100111011111100100101011001001010011101011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFC95; }

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

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

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

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

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

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

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

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