Shades of Sulu #CDF577
Tints of Sulu #CDF577
RGB
CMYK
RGB Variations
Color information
#CDF577 (or 0xCDF577) is known color: Sulu. HEX triplet: CD, F5 and 77. RGB value is (205,245,119). Sum of RGB (Red+Green+Blue) = 205+245+119=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 119 (46.88% from 255 or 20.91% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF577 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF577 is #320A88. Grayscale: #DBDBDB. Windows color (decimal): -3279497 or 7861709. OLE color: 7861709.
HSL color Cylindrical-coordinate representation of color #CDF577: hue angle of 79.05º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDF577 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 119 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.04 |
| HSL | 79.05º | 0.86% | 0.71% | - |
| HSV(B) | 79.05º | 0.51% | 0.96% | - |
| XYZ | 61.16 | 79.62 | 29.6 | - |
| YUV | 218.68 | 71.75 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 119 | 0.16 | 0 | 0.51 | 0.04 | 79.05 | 0.86 | 0.71 |
| Hex | CD | F5 | 77 | 10 | 0 | 33 | 4 | 4F | 56 | 47 |
| Octal | 315 | 365 | 167 | 20 | 0 | 63 | 4 | 117 | 126 | 107 |
| Binary | 11001101 | 11110101 | 1110111 | 10000 | 0 | 110011 | 100 | 1001111 | 1010110 | 1000111 |
Color Harmonies of #CDF577
Complementary color
Monochromatic Colors of #CDF577
Black with #CDF577
Text Example
Text Example
White with #CDF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF577; }
p { color: rgb(205,245,119); }
H1.HeaderClassName
{
color: #CDF577;
}
.AnyTagClassName
{
color: #CDF577;
}
</style>
background-color css
<style>
a { background-color: #CDF577; }
a { background-color: rgb(205,245,119); }
div.DivClassName
{
background-color: #CDF577;
}
.BgClassName
{
background-color: #CDF577;
}
</style>
border-color css
<style>
span { border-color: #CDF577; }
span { border-color: rgb(205,245,119); }
td.TdClassName
{
border-color: #CDF577;
}
.TagClassName
{
border-color: #CDF577;
}
</style>