Shades of Reef #CDE99C
Tints of Reef #CDE99C
RGB
CMYK
RGB Variations
Color information
#CDE99C (or 0xCDE99C) is known color: Reef. HEX triplet: CD, E9 and 9C. RGB value is (205,233,156). Sum of RGB (Red+Green+Blue) = 205+233+156=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE99C is #321663. Grayscale: #D8D8D8. Windows color (decimal): -3282532 or 10283469. OLE color: 10283469.
HSL color Cylindrical-coordinate representation of color #CDE99C: hue angle of 81.82º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDE99C is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 156 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.09 |
| HSL | 81.82º | 0.64% | 0.76% | - |
| HSV(B) | 81.82º | 0.33% | 0.91% | - |
| XYZ | 60.32 | 73.66 | 42.49 | - |
| YUV | 215.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 156 | 0.12 | 0 | 0.33 | 0.09 | 81.82 | 0.64 | 0.76 |
| Hex | CD | E9 | 9C | C | 0 | 21 | 9 | 52 | 40 | 4C |
| Octal | 315 | 351 | 234 | 14 | 0 | 41 | 11 | 122 | 100 | 114 |
| Binary | 11001101 | 11101001 | 10011100 | 1100 | 0 | 100001 | 1001 | 1010010 | 1000000 | 1001100 |
Color Harmonies of #CDE99C
Complementary color
Monochromatic Colors of #CDE99C
Black with #CDE99C
Text Example
Text Example
White with #CDE99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE99C; }
p { color: rgb(205,233,156); }
H1.HeaderClassName
{
color: #CDE99C;
}
.AnyTagClassName
{
color: #CDE99C;
}
</style>
background-color css
<style>
a { background-color: #CDE99C; }
a { background-color: rgb(205,233,156); }
div.DivClassName
{
background-color: #CDE99C;
}
.BgClassName
{
background-color: #CDE99C;
}
</style>
border-color css
<style>
span { border-color: #CDE99C; }
span { border-color: rgb(205,233,156); }
td.TdClassName
{
border-color: #CDE99C;
}
.TagClassName
{
border-color: #CDE99C;
}
</style>