Shades of Sulu #CDE578
Tints of Sulu #CDE578
RGB
CMYK
RGB Variations
Color information
#CDE578 (or 0xCDE578) is known color: Sulu. HEX triplet: CD, E5 and 78. RGB value is (205,229,120). Sum of RGB (Red+Green+Blue) = 205+229+120=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE578 is #321A87. Grayscale: #D1D1D1. Windows color (decimal): -3283592 or 7923149. OLE color: 7923149.
HSL color Cylindrical-coordinate representation of color #CDE578: hue angle of 73.21º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDE578 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 120 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.10 |
| HSL | 73.21º | 0.68% | 0.68% | - |
| HSV(B) | 73.21º | 0.48% | 0.9% | - |
| XYZ | 56.59 | 70.37 | 28.37 | - |
| YUV | 209.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 120 | 0.10 | 0 | 0.48 | 0.10 | 73.21 | 0.68 | 0.68 |
| Hex | CD | E5 | 78 | A | 0 | 30 | A | 49 | 44 | 44 |
| Octal | 315 | 345 | 170 | 12 | 0 | 60 | 12 | 111 | 104 | 104 |
| Binary | 11001101 | 11100101 | 1111000 | 1010 | 0 | 110000 | 1010 | 1001001 | 1000100 | 1000100 |
Color Harmonies of #CDE578
Complementary color
Monochromatic Colors of #CDE578
Black with #CDE578
Text Example
Text Example
White with #CDE578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE578; }
p { color: rgb(205,229,120); }
H1.HeaderClassName
{
color: #CDE578;
}
.AnyTagClassName
{
color: #CDE578;
}
</style>
background-color css
<style>
a { background-color: #CDE578; }
a { background-color: rgb(205,229,120); }
div.DivClassName
{
background-color: #CDE578;
}
.BgClassName
{
background-color: #CDE578;
}
</style>
border-color css
<style>
span { border-color: #CDE578; }
span { border-color: rgb(205,229,120); }
td.TdClassName
{
border-color: #CDE578;
}
.TagClassName
{
border-color: #CDE578;
}
</style>