Shades of Reef #CDE59B
Tints of Reef #CDE59B
RGB
CMYK
RGB Variations
Color information
#CDE59B (or 0xCDE59B) is known color: Reef. HEX triplet: CD, E5 and 9B. RGB value is (205,229,155). Sum of RGB (Red+Green+Blue) = 205+229+155=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE59B is #321A64. Grayscale: #D5D5D5. Windows color (decimal): -3283557 or 10216909. OLE color: 10216909.
HSL color Cylindrical-coordinate representation of color #CDE59B: hue angle of 79.46º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDE59B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 155 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.10 |
| HSL | 79.46º | 0.59% | 0.75% | - |
| HSV(B) | 79.46º | 0.32% | 0.9% | - |
| XYZ | 59.11 | 71.38 | 41.67 | - |
| YUV | 213.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 155 | 0.10 | 0 | 0.32 | 0.10 | 79.46 | 0.59 | 0.75 |
| Hex | CD | E5 | 9B | A | 0 | 20 | A | 4F | 3B | 4B |
| Octal | 315 | 345 | 233 | 12 | 0 | 40 | 12 | 117 | 73 | 113 |
| Binary | 11001101 | 11100101 | 10011011 | 1010 | 0 | 100000 | 1010 | 1001111 | 111011 | 1001011 |
Color Harmonies of #CDE59B
Complementary color
Monochromatic Colors of #CDE59B
Black with #CDE59B
Text Example
Text Example
White with #CDE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE59B; }
p { color: rgb(205,229,155); }
H1.HeaderClassName
{
color: #CDE59B;
}
.AnyTagClassName
{
color: #CDE59B;
}
</style>
background-color css
<style>
a { background-color: #CDE59B; }
a { background-color: rgb(205,229,155); }
div.DivClassName
{
background-color: #CDE59B;
}
.BgClassName
{
background-color: #CDE59B;
}
</style>
border-color css
<style>
span { border-color: #CDE59B; }
span { border-color: rgb(205,229,155); }
td.TdClassName
{
border-color: #CDE59B;
}
.TagClassName
{
border-color: #CDE59B;
}
</style>