Shades of Reef #CDE49B
Tints of Reef #CDE49B
RGB
CMYK
RGB Variations
Color information
#CDE49B (or 0xCDE49B) is known color: Reef. HEX triplet: CD, E4 and 9B. RGB value is (205,228,155). Sum of RGB (Red+Green+Blue) = 205+228+155=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE49B is #321B64. Grayscale: #D5D5D5. Windows color (decimal): -3283813 or 10216653. OLE color: 10216653.
HSL color Cylindrical-coordinate representation of color #CDE49B: hue angle of 78.9º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDE49B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 155 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.11 |
| HSL | 78.9º | 0.57% | 0.75% | - |
| HSV(B) | 78.9º | 0.32% | 0.89% | - |
| XYZ | 58.84 | 70.83 | 41.58 | - |
| YUV | 212.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 155 | 0.10 | 0 | 0.32 | 0.11 | 78.9 | 0.57 | 0.75 |
| Hex | CD | E4 | 9B | A | 0 | 20 | B | 4F | 39 | 4B |
| Octal | 315 | 344 | 233 | 12 | 0 | 40 | 13 | 117 | 71 | 113 |
| Binary | 11001101 | 11100100 | 10011011 | 1010 | 0 | 100000 | 1011 | 1001111 | 111001 | 1001011 |
Color Harmonies of #CDE49B
Complementary color
Monochromatic Colors of #CDE49B
Black with #CDE49B
Text Example
Text Example
White with #CDE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE49B; }
p { color: rgb(205,228,155); }
H1.HeaderClassName
{
color: #CDE49B;
}
.AnyTagClassName
{
color: #CDE49B;
}
</style>
background-color css
<style>
a { background-color: #CDE49B; }
a { background-color: rgb(205,228,155); }
div.DivClassName
{
background-color: #CDE49B;
}
.BgClassName
{
background-color: #CDE49B;
}
</style>
border-color css
<style>
span { border-color: #CDE49B; }
span { border-color: rgb(205,228,155); }
td.TdClassName
{
border-color: #CDE49B;
}
.TagClassName
{
border-color: #CDE49B;
}
</style>