Shades of Reef #CDE59E
Tints of Reef #CDE59E
RGB
CMYK
RGB Variations
Color information
#CDE59E (or 0xCDE59E) is known color: Reef. HEX triplet: CD, E5 and 9E. RGB value is (205,229,158). Sum of RGB (Red+Green+Blue) = 205+229+158=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE59E is #321A61. Grayscale: #D5D5D5. Windows color (decimal): -3283554 or 10413517. OLE color: 10413517.
HSL color Cylindrical-coordinate representation of color #CDE59E: hue angle of 80.28º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDE59E is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 158 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.10 |
| HSL | 80.28º | 0.58% | 0.76% | - |
| HSV(B) | 80.28º | 0.31% | 0.9% | - |
| XYZ | 59.37 | 71.49 | 43.02 | - |
| YUV | 213.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 158 | 0.10 | 0 | 0.31 | 0.10 | 80.28 | 0.58 | 0.76 |
| Hex | CD | E5 | 9E | A | 0 | 1F | A | 50 | 3A | 4C |
| Octal | 315 | 345 | 236 | 12 | 0 | 37 | 12 | 120 | 72 | 114 |
| Binary | 11001101 | 11100101 | 10011110 | 1010 | 0 | 11111 | 1010 | 1010000 | 111010 | 1001100 |
Color Harmonies of #CDE59E
Complementary color
Monochromatic Colors of #CDE59E
Black with #CDE59E
Text Example
Text Example
White with #CDE59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE59E; }
p { color: rgb(205,229,158); }
H1.HeaderClassName
{
color: #CDE59E;
}
.AnyTagClassName
{
color: #CDE59E;
}
</style>
background-color css
<style>
a { background-color: #CDE59E; }
a { background-color: rgb(205,229,158); }
div.DivClassName
{
background-color: #CDE59E;
}
.BgClassName
{
background-color: #CDE59E;
}
</style>
border-color css
<style>
span { border-color: #CDE59E; }
span { border-color: rgb(205,229,158); }
td.TdClassName
{
border-color: #CDE59E;
}
.TagClassName
{
border-color: #CDE59E;
}
</style>