Shades of Sulu #CDE179
Tints of Sulu #CDE179
RGB
CMYK
RGB Variations
Color information
#CDE179 (or 0xCDE179) is known color: Sulu. HEX triplet: CD, E1 and 79. RGB value is (205,225,121). Sum of RGB (Red+Green+Blue) = 205+225+121=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 121 (47.66% from 255 or 21.96% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE179 is #321E86. Grayscale: #CFCFCF. Windows color (decimal): -3284615 or 7987661. OLE color: 7987661.
HSL color Cylindrical-coordinate representation of color #CDE179: hue angle of 71.54º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDE179 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 121 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.12 |
| HSL | 71.54º | 0.63% | 0.68% | - |
| HSV(B) | 71.54º | 0.46% | 0.88% | - |
| XYZ | 55.55 | 68.21 | 28.33 | - |
| YUV | 207.16 | 79.37 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 121 | 0.09 | 0 | 0.46 | 0.12 | 71.54 | 0.63 | 0.68 |
| Hex | CD | E1 | 79 | 9 | 0 | 2E | C | 48 | 3F | 44 |
| Octal | 315 | 341 | 171 | 11 | 0 | 56 | 14 | 110 | 77 | 104 |
| Binary | 11001101 | 11100001 | 1111001 | 1001 | 0 | 101110 | 1100 | 1001000 | 111111 | 1000100 |
Color Harmonies of #CDE179
Complementary color
Monochromatic Colors of #CDE179
Black with #CDE179
Text Example
Text Example
White with #CDE179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE179; }
p { color: rgb(205,225,121); }
H1.HeaderClassName
{
color: #CDE179;
}
.AnyTagClassName
{
color: #CDE179;
}
</style>
background-color css
<style>
a { background-color: #CDE179; }
a { background-color: rgb(205,225,121); }
div.DivClassName
{
background-color: #CDE179;
}
.BgClassName
{
background-color: #CDE179;
}
</style>
border-color css
<style>
span { border-color: #CDE179; }
span { border-color: rgb(205,225,121); }
td.TdClassName
{
border-color: #CDE179;
}
.TagClassName
{
border-color: #CDE179;
}
</style>