#CDE996

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

Shades of Reef #CDE996

Tints of Reef #CDE996

Color information

#CDE996 (or 0xCDE996) is unknown color: approx Reef. HEX triplet: CD, E9 and 96. RGB value is (205,233,150). Sum of RGB (Red+Green+Blue) = 205+233+150=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE996 is #321669. Grayscale: #D7D7D7. Windows color (decimal): -3282538 or 9890253. OLE color: 9890253.

HSL color Cylindrical-coordinate representation of color #CDE996: hue angle of 80.24º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDE996 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB205233150-
CMYK0.1200.360.09
HSL80.24º65.35%75.1%-
HSV(B)80.24º35.62%91.37%-
XYZ59.8273.4639.88-
YUV215.1791.22120.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 233 (91.41% from 255) = 39.63%
BLUE value IS 150 (58.98% from 255) = 25.51%
R=34.86%
G=39.63%
B=25.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052331500.1200.360.0980.2465.3575.1
HexCDE996C024950414b
Octal3153512261404411120101113
Binary110011011110100110010110110001001001001101000010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE996; }

 p { color: rgb(205,233,150); }

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

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

 a { background-color: rgb(205,233,150); }

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

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

 span { border-color: rgb(205,233,150); }

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