#CEFD96

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

Shades of Reef #CEFD96

Tints of Reef #CEFD96

Color information

#CEFD96 (or 0xCEFD96) is unknown color: approx Reef. HEX triplet: CE, FD and 96. RGB value is (206,253,150). Sum of RGB (Red+Green+Blue) = 206+253+150=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFD96 is #310269. Grayscale: #E3E3E3. Windows color (decimal): -3211882 or 9895374. OLE color: 9895374.

HSL color Cylindrical-coordinate representation of color #CEFD96: hue angle of 87.38º degrees, saturation: 0.96, 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 #CEFD96 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB206253150-
CMYK0.1900.410.01
HSL87.38º96.26%79.02%-
HSV(B)87.38º40.71%99.22%-
XYZ66.0885.5741.89-
YUV227.284.43112.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.83%
GREEN value IS 253 (99.22% from 255) = 41.54%
BLUE value IS 150 (58.98% from 255) = 24.63%
R=33.83%
G=41.54%
B=24.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531500.1900.410.0187.3896.2679.02
HexCEFD9613029157604f
Octal316375226230511127140117
Binary1100111011111101100101101001101010011101011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD96; }

 p { color: rgb(206,253,150); }

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

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

 a { background-color: rgb(206,253,150); }

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

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

 span { border-color: rgb(206,253,150); }

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