Shades of Reef #CDE995
Tints of Reef #CDE995
RGB
CMYK
RGB Variations
Color information
#CDE995 (or 0xCDE995) is known color: Reef. HEX triplet: CD, E9 and 95. RGB value is (205,233,149). Sum of RGB (Red+Green+Blue) = 205+233+149=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE995 is #32166A. Grayscale: #D7D7D7. Windows color (decimal): -3282539 or 9824717. OLE color: 9824717.
HSL color Cylindrical-coordinate representation of color #CDE995: hue angle of 80º degrees, saturation: 0.66, 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 #CDE995 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 149 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.09 |
| HSL | 80º | 0.66% | 0.75% | - |
| HSV(B) | 80º | 0.36% | 0.91% | - |
| XYZ | 59.74 | 73.43 | 39.46 | - |
| YUV | 215.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 149 | 0.12 | 0 | 0.36 | 0.09 | 80 | 0.66 | 0.75 |
| Hex | CD | E9 | 95 | C | 0 | 24 | 9 | 50 | 42 | 4B |
| Octal | 315 | 351 | 225 | 14 | 0 | 44 | 11 | 120 | 102 | 113 |
| Binary | 11001101 | 11101001 | 10010101 | 1100 | 0 | 100100 | 1001 | 1010000 | 1000010 | 1001011 |
Color Harmonies of #CDE995
Complementary color
Monochromatic Colors of #CDE995
Black with #CDE995
Text Example
Text Example
White with #CDE995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE995; }
p { color: rgb(205,233,149); }
H1.HeaderClassName
{
color: #CDE995;
}
.AnyTagClassName
{
color: #CDE995;
}
</style>
background-color css
<style>
a { background-color: #CDE995; }
a { background-color: rgb(205,233,149); }
div.DivClassName
{
background-color: #CDE995;
}
.BgClassName
{
background-color: #CDE995;
}
</style>
border-color css
<style>
span { border-color: #CDE995; }
span { border-color: rgb(205,233,149); }
td.TdClassName
{
border-color: #CDE995;
}
.TagClassName
{
border-color: #CDE995;
}
</style>