#CEFD99

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

Shades of Reef #CEFD99

Tints of Reef #CEFD99

Color information

#CEFD99 (or 0xCEFD99) is unknown color: approx Reef. HEX triplet: CE, FD and 99. RGB value is (206,253,153). Sum of RGB (Red+Green+Blue) = 206+253+153=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFD99 is #310266. Grayscale: #E3E3E3. Windows color (decimal): -3211879 or 10091982. OLE color: 10091982.

HSL color Cylindrical-coordinate representation of color #CEFD99: hue angle of 88.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEFD99 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB206253153-
CMYK0.1900.400.01
HSL88.2º96.15%79.61%-
HSV(B)88.2º39.53%99.22%-
XYZ66.3385.6743.18-
YUV227.5585.93112.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 253 (99.22% from 255) = 41.34%
BLUE value IS 153 (60.16% from 255) = 25%
R=33.66%
G=41.34%
B=25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531530.1900.400.0188.296.1579.61
HexCEFD99130281586050
Octal316375231230501130140120
Binary1100111011111101100110011001101010001101100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD99; }

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

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

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

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

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

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

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

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