Shades of Sulu #CDE579
Tints of Sulu #CDE579
RGB
CMYK
RGB Variations
Color information
#CDE579 (or 0xCDE579) is known color: Sulu. HEX triplet: CD, E5 and 79. RGB value is (205,229,121). Sum of RGB (Red+Green+Blue) = 205+229+121=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE579 is #321A86. Grayscale: #D1D1D1. Windows color (decimal): -3283591 or 7988685. OLE color: 7988685.
HSL color Cylindrical-coordinate representation of color #CDE579: hue angle of 73.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDE579 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 121 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.10 |
| HSL | 73.33º | 0.68% | 0.69% | - |
| HSV(B) | 73.33º | 0.47% | 0.9% | - |
| XYZ | 56.65 | 70.4 | 28.69 | - |
| YUV | 209.51 | 78.05 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 121 | 0.10 | 0 | 0.47 | 0.10 | 73.33 | 0.68 | 0.69 |
| Hex | CD | E5 | 79 | A | 0 | 2F | A | 49 | 44 | 45 |
| Octal | 315 | 345 | 171 | 12 | 0 | 57 | 12 | 111 | 104 | 105 |
| Binary | 11001101 | 11100101 | 1111001 | 1010 | 0 | 101111 | 1010 | 1001001 | 1000100 | 1000101 |
Color Harmonies of #CDE579
Complementary color
Monochromatic Colors of #CDE579
Black with #CDE579
Text Example
Text Example
White with #CDE579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE579; }
p { color: rgb(205,229,121); }
H1.HeaderClassName
{
color: #CDE579;
}
.AnyTagClassName
{
color: #CDE579;
}
</style>
background-color css
<style>
a { background-color: #CDE579; }
a { background-color: rgb(205,229,121); }
div.DivClassName
{
background-color: #CDE579;
}
.BgClassName
{
background-color: #CDE579;
}
</style>
border-color css
<style>
span { border-color: #CDE579; }
span { border-color: rgb(205,229,121); }
td.TdClassName
{
border-color: #CDE579;
}
.TagClassName
{
border-color: #CDE579;
}
</style>