Shades of Reef #CDE09E
Tints of Reef #CDE09E
RGB
CMYK
RGB Variations
Color information
#CDE09E (or 0xCDE09E) is known color: Reef. HEX triplet: CD, E0 and 9E. RGB value is (205,224,158). Sum of RGB (Red+Green+Blue) = 205+224+158=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE09E is #321F61. Grayscale: #D3D3D3. Windows color (decimal): -3284834 or 10412237. OLE color: 10412237.
HSL color Cylindrical-coordinate representation of color #CDE09E: hue angle of 77.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDE09E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 158 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.12 |
| HSL | 77.27º | 0.52% | 0.75% | - |
| HSV(B) | 77.27º | 0.29% | 0.88% | - |
| XYZ | 58 | 68.76 | 42.56 | - |
| YUV | 210.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 158 | 0.08 | 0 | 0.29 | 0.12 | 77.27 | 0.52 | 0.75 |
| Hex | CD | E0 | 9E | 8 | 0 | 1D | C | 4D | 34 | 4B |
| Octal | 315 | 340 | 236 | 10 | 0 | 35 | 14 | 115 | 64 | 113 |
| Binary | 11001101 | 11100000 | 10011110 | 1000 | 0 | 11101 | 1100 | 1001101 | 110100 | 1001011 |
Color Harmonies of #CDE09E
Complementary color
Monochromatic Colors of #CDE09E
Black with #CDE09E
Text Example
Text Example
White with #CDE09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE09E; }
p { color: rgb(205,224,158); }
H1.HeaderClassName
{
color: #CDE09E;
}
.AnyTagClassName
{
color: #CDE09E;
}
</style>
background-color css
<style>
a { background-color: #CDE09E; }
a { background-color: rgb(205,224,158); }
div.DivClassName
{
background-color: #CDE09E;
}
.BgClassName
{
background-color: #CDE09E;
}
</style>
border-color css
<style>
span { border-color: #CDE09E; }
span { border-color: rgb(205,224,158); }
td.TdClassName
{
border-color: #CDE09E;
}
.TagClassName
{
border-color: #CDE09E;
}
</style>