Shades of Reef #CDE49C
Tints of Reef #CDE49C
RGB
CMYK
RGB Variations
Color information
#CDE49C (or 0xCDE49C) is known color: Reef. HEX triplet: CD, E4 and 9C. RGB value is (205,228,156). Sum of RGB (Red+Green+Blue) = 205+228+156=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE49C is #321B63. Grayscale: #D5D5D5. Windows color (decimal): -3283812 or 10282189. OLE color: 10282189.
HSL color Cylindrical-coordinate representation of color #CDE49C: hue angle of 79.17º 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 #CDE49C is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
RGB | 205 | 228 | 156 | - |
CMYK | 0.10 | 0 | 0.32 | 0.11 |
HSL | 79.17º | 0.57% | 0.75% | - |
HSV(B) | 79.17º | 0.32% | 0.89% | - |
XYZ | 58.92 | 70.87 | 42.03 | - |
YUV | 212.92 | 95.88 | 122.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 228 | 156 | 0.10 | 0 | 0.32 | 0.11 | 79.17 | 0.57 | 0.75 |
Hex | CD | E4 | 9C | A | 0 | 20 | B | 4F | 39 | 4B |
Octal | 315 | 344 | 234 | 12 | 0 | 40 | 13 | 117 | 71 | 113 |
Binary | 11001101 | 11100100 | 10011100 | 1010 | 0 | 100000 | 1011 | 1001111 | 111001 | 1001011 |
Color Harmonies of #CDE49C
Complementary color
Monochromatic Colors of #CDE49C
Black with #CDE49C
Text Example
Text Example
White with #CDE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE49C; }
p { color: rgb(205,228,156); }
H1.HeaderClassName
{
color: #CDE49C;
}
.AnyTagClassName
{
color: #CDE49C;
}
</style>
background-color css
<style>
a { background-color: #CDE49C; }
a { background-color: rgb(205,228,156); }
div.DivClassName
{
background-color: #CDE49C;
}
.BgClassName
{
background-color: #CDE49C;
}
</style>
border-color css
<style>
span { border-color: #CDE49C; }
span { border-color: rgb(205,228,156); }
td.TdClassName
{
border-color: #CDE49C;
}
.TagClassName
{
border-color: #CDE49C;
}
</style>