Shades of Sulu #CDE479
Tints of Sulu #CDE479
RGB
CMYK
RGB Variations
Color information
#CDE479 (or 0xCDE479) is known color: Sulu. HEX triplet: CD, E4 and 79. RGB value is (205,228,121). Sum of RGB (Red+Green+Blue) = 205+228+121=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE479 is #321B86. Grayscale: #D1D1D1. Windows color (decimal): -3283847 or 7988429. OLE color: 7988429.
HSL color Cylindrical-coordinate representation of color #CDE479: hue angle of 72.9º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDE479 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 121 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.11 |
| HSL | 72.9º | 0.66% | 0.68% | - |
| HSV(B) | 72.9º | 0.47% | 0.89% | - |
| XYZ | 56.37 | 69.85 | 28.6 | - |
| YUV | 208.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 121 | 0.10 | 0 | 0.47 | 0.11 | 72.9 | 0.66 | 0.68 |
| Hex | CD | E4 | 79 | A | 0 | 2F | B | 49 | 42 | 44 |
| Octal | 315 | 344 | 171 | 12 | 0 | 57 | 13 | 111 | 102 | 104 |
| Binary | 11001101 | 11100100 | 1111001 | 1010 | 0 | 101111 | 1011 | 1001001 | 1000010 | 1000100 |
Color Harmonies of #CDE479
Complementary color
Monochromatic Colors of #CDE479
Black with #CDE479
Text Example
Text Example
White with #CDE479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE479; }
p { color: rgb(205,228,121); }
H1.HeaderClassName
{
color: #CDE479;
}
.AnyTagClassName
{
color: #CDE479;
}
</style>
background-color css
<style>
a { background-color: #CDE479; }
a { background-color: rgb(205,228,121); }
div.DivClassName
{
background-color: #CDE479;
}
.BgClassName
{
background-color: #CDE479;
}
</style>
border-color css
<style>
span { border-color: #CDE479; }
span { border-color: rgb(205,228,121); }
td.TdClassName
{
border-color: #CDE479;
}
.TagClassName
{
border-color: #CDE479;
}
</style>