Shades of Reef #CDE09C
Tints of Reef #CDE09C
RGB
CMYK
RGB Variations
Color information
#CDE09C (or 0xCDE09C) is known color: Reef. HEX triplet: CD, E0 and 9C. RGB value is (205,224,156). Sum of RGB (Red+Green+Blue) = 205+224+156=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE09C is #321F63. Grayscale: #D2D2D2. Windows color (decimal): -3284836 or 10281165. OLE color: 10281165.
HSL color Cylindrical-coordinate representation of color #CDE09C: hue angle of 76.76º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDE09C is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 156 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.12 |
| HSL | 76.76º | 0.52% | 0.75% | - |
| HSV(B) | 76.76º | 0.3% | 0.88% | - |
| XYZ | 57.83 | 68.69 | 41.66 | - |
| YUV | 210.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 156 | 0.08 | 0 | 0.30 | 0.12 | 76.76 | 0.52 | 0.75 |
| Hex | CD | E0 | 9C | 8 | 0 | 1E | C | 4D | 34 | 4B |
| Octal | 315 | 340 | 234 | 10 | 0 | 36 | 14 | 115 | 64 | 113 |
| Binary | 11001101 | 11100000 | 10011100 | 1000 | 0 | 11110 | 1100 | 1001101 | 110100 | 1001011 |
Color Harmonies of #CDE09C
Complementary color
Monochromatic Colors of #CDE09C
Black with #CDE09C
Text Example
Text Example
White with #CDE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE09C; }
p { color: rgb(205,224,156); }
H1.HeaderClassName
{
color: #CDE09C;
}
.AnyTagClassName
{
color: #CDE09C;
}
</style>
background-color css
<style>
a { background-color: #CDE09C; }
a { background-color: rgb(205,224,156); }
div.DivClassName
{
background-color: #CDE09C;
}
.BgClassName
{
background-color: #CDE09C;
}
</style>
border-color css
<style>
span { border-color: #CDE09C; }
span { border-color: rgb(205,224,156); }
td.TdClassName
{
border-color: #CDE09C;
}
.TagClassName
{
border-color: #CDE09C;
}
</style>