Shades of Reef #CDE799
Tints of Reef #CDE799
RGB
CMYK
RGB Variations
Color information
#CDE799 (or 0xCDE799) is known color: Reef. HEX triplet: CD, E7 and 99. RGB value is (205,231,153). Sum of RGB (Red+Green+Blue) = 205+231+153=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE799 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE799 is #321866. Grayscale: #D6D6D6. Windows color (decimal): -3283047 or 10086349. OLE color: 10086349.
HSL color Cylindrical-coordinate representation of color #CDE799: hue angle of 80º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDE799 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 153 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.09 |
| HSL | 80º | 0.62% | 0.75% | - |
| HSV(B) | 80º | 0.34% | 0.91% | - |
| XYZ | 59.5 | 72.43 | 40.98 | - |
| YUV | 214.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 153 | 0.11 | 0 | 0.34 | 0.09 | 80 | 0.62 | 0.75 |
| Hex | CD | E7 | 99 | B | 0 | 22 | 9 | 50 | 3E | 4B |
| Octal | 315 | 347 | 231 | 13 | 0 | 42 | 11 | 120 | 76 | 113 |
| Binary | 11001101 | 11100111 | 10011001 | 1011 | 0 | 100010 | 1001 | 1010000 | 111110 | 1001011 |
Color Harmonies of #CDE799
Complementary color
Monochromatic Colors of #CDE799
Black with #CDE799
Text Example
Text Example
White with #CDE799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE799; }
p { color: rgb(205,231,153); }
H1.HeaderClassName
{
color: #CDE799;
}
.AnyTagClassName
{
color: #CDE799;
}
</style>
background-color css
<style>
a { background-color: #CDE799; }
a { background-color: rgb(205,231,153); }
div.DivClassName
{
background-color: #CDE799;
}
.BgClassName
{
background-color: #CDE799;
}
</style>
border-color css
<style>
span { border-color: #CDE799; }
span { border-color: rgb(205,231,153); }
td.TdClassName
{
border-color: #CDE799;
}
.TagClassName
{
border-color: #CDE799;
}
</style>