Shades of Reef #CDE99A
Tints of Reef #CDE99A
RGB
CMYK
RGB Variations
Color information
#CDE99A (or 0xCDE99A) is known color: Reef. HEX triplet: CD, E9 and 9A. RGB value is (205,233,154). Sum of RGB (Red+Green+Blue) = 205+233+154=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE99A is #321665. Grayscale: #D7D7D7. Windows color (decimal): -3282534 or 10152397. OLE color: 10152397.
HSL color Cylindrical-coordinate representation of color #CDE99A: hue angle of 81.27º degrees, saturation: 0.64, 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 #CDE99A is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 154 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.09 |
| HSL | 81.27º | 0.64% | 0.76% | - |
| HSV(B) | 81.27º | 0.34% | 0.91% | - |
| XYZ | 60.15 | 73.59 | 41.61 | - |
| YUV | 215.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 154 | 0.12 | 0 | 0.34 | 0.09 | 81.27 | 0.64 | 0.76 |
| Hex | CD | E9 | 9A | C | 0 | 22 | 9 | 51 | 40 | 4C |
| Octal | 315 | 351 | 232 | 14 | 0 | 42 | 11 | 121 | 100 | 114 |
| Binary | 11001101 | 11101001 | 10011010 | 1100 | 0 | 100010 | 1001 | 1010001 | 1000000 | 1001100 |
Color Harmonies of #CDE99A
Complementary color
Monochromatic Colors of #CDE99A
Black with #CDE99A
Text Example
Text Example
White with #CDE99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE99A; }
p { color: rgb(205,233,154); }
H1.HeaderClassName
{
color: #CDE99A;
}
.AnyTagClassName
{
color: #CDE99A;
}
</style>
background-color css
<style>
a { background-color: #CDE99A; }
a { background-color: rgb(205,233,154); }
div.DivClassName
{
background-color: #CDE99A;
}
.BgClassName
{
background-color: #CDE99A;
}
</style>
border-color css
<style>
span { border-color: #CDE99A; }
span { border-color: rgb(205,233,154); }
td.TdClassName
{
border-color: #CDE99A;
}
.TagClassName
{
border-color: #CDE99A;
}
</style>