Shades of Reef #CDE99F
Tints of Reef #CDE99F
RGB
CMYK
RGB Variations
Color information
#CDE99F (or 0xCDE99F) is known color: Reef. HEX triplet: CD, E9 and 9F. RGB value is (205,233,159). Sum of RGB (Red+Green+Blue) = 205+233+159=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE99F is #321660. Grayscale: #D8D8D8. Windows color (decimal): -3282529 or 10480077. OLE color: 10480077.
HSL color Cylindrical-coordinate representation of color #CDE99F: hue angle of 82.7º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDE99F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 159 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.09 |
| HSL | 82.7º | 0.63% | 0.77% | - |
| HSV(B) | 82.7º | 0.32% | 0.91% | - |
| XYZ | 60.57 | 73.76 | 43.85 | - |
| YUV | 216.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 159 | 0.12 | 0 | 0.32 | 0.09 | 82.7 | 0.63 | 0.77 |
| Hex | CD | E9 | 9F | C | 0 | 20 | 9 | 53 | 3F | 4D |
| Octal | 315 | 351 | 237 | 14 | 0 | 40 | 11 | 123 | 77 | 115 |
| Binary | 11001101 | 11101001 | 10011111 | 1100 | 0 | 100000 | 1001 | 1010011 | 111111 | 1001101 |
Color Harmonies of #CDE99F
Complementary color
Monochromatic Colors of #CDE99F
Black with #CDE99F
Text Example
Text Example
White with #CDE99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE99F; }
p { color: rgb(205,233,159); }
H1.HeaderClassName
{
color: #CDE99F;
}
.AnyTagClassName
{
color: #CDE99F;
}
</style>
background-color css
<style>
a { background-color: #CDE99F; }
a { background-color: rgb(205,233,159); }
div.DivClassName
{
background-color: #CDE99F;
}
.BgClassName
{
background-color: #CDE99F;
}
</style>
border-color css
<style>
span { border-color: #CDE99F; }
span { border-color: rgb(205,233,159); }
td.TdClassName
{
border-color: #CDE99F;
}
.TagClassName
{
border-color: #CDE99F;
}
</style>