Shades of Reef #CDE999
Tints of Reef #CDE999
RGB
CMYK
RGB Variations
Color information
#CDE999 (or 0xCDE999) is known color: Reef. HEX triplet: CD, E9 and 99. RGB value is (205,233,153). Sum of RGB (Red+Green+Blue) = 205+233+153=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE999 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE999 is #321666. Grayscale: #D7D7D7. Windows color (decimal): -3282535 or 10086861. OLE color: 10086861.
HSL color Cylindrical-coordinate representation of color #CDE999: hue angle of 81º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDE999 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 153 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.09 |
| HSL | 81º | 0.65% | 0.76% | - |
| HSV(B) | 81º | 0.34% | 0.91% | - |
| XYZ | 60.07 | 73.56 | 41.17 | - |
| YUV | 215.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 153 | 0.12 | 0 | 0.34 | 0.09 | 81 | 0.65 | 0.76 |
| Hex | CD | E9 | 99 | C | 0 | 22 | 9 | 51 | 41 | 4C |
| Octal | 315 | 351 | 231 | 14 | 0 | 42 | 11 | 121 | 101 | 114 |
| Binary | 11001101 | 11101001 | 10011001 | 1100 | 0 | 100010 | 1001 | 1010001 | 1000001 | 1001100 |
Color Harmonies of #CDE999
Complementary color
Monochromatic Colors of #CDE999
Black with #CDE999
Text Example
Text Example
White with #CDE999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE999; }
p { color: rgb(205,233,153); }
H1.HeaderClassName
{
color: #CDE999;
}
.AnyTagClassName
{
color: #CDE999;
}
</style>
background-color css
<style>
a { background-color: #CDE999; }
a { background-color: rgb(205,233,153); }
div.DivClassName
{
background-color: #CDE999;
}
.BgClassName
{
background-color: #CDE999;
}
</style>
border-color css
<style>
span { border-color: #CDE999; }
span { border-color: rgb(205,233,153); }
td.TdClassName
{
border-color: #CDE999;
}
.TagClassName
{
border-color: #CDE999;
}
</style>