Shades of Sulu #CDE17C
Tints of Sulu #CDE17C
RGB
CMYK
RGB Variations
Color information
#CDE17C (or 0xCDE17C) is known color: Sulu. HEX triplet: CD, E1 and 7C. RGB value is (205,225,124). Sum of RGB (Red+Green+Blue) = 205+225+124=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE17C is #321E83. Grayscale: #CFCFCF. Windows color (decimal): -3284612 or 8184269. OLE color: 8184269.
HSL color Cylindrical-coordinate representation of color #CDE17C: hue angle of 71.88º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDE17C is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 124 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.12 |
| HSL | 71.88º | 0.63% | 0.68% | - |
| HSV(B) | 71.88º | 0.45% | 0.88% | - |
| XYZ | 55.74 | 68.28 | 29.31 | - |
| YUV | 207.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 124 | 0.09 | 0 | 0.45 | 0.12 | 71.88 | 0.63 | 0.68 |
| Hex | CD | E1 | 7C | 9 | 0 | 2D | C | 48 | 3F | 44 |
| Octal | 315 | 341 | 174 | 11 | 0 | 55 | 14 | 110 | 77 | 104 |
| Binary | 11001101 | 11100001 | 1111100 | 1001 | 0 | 101101 | 1100 | 1001000 | 111111 | 1000100 |
Color Harmonies of #CDE17C
Complementary color
Monochromatic Colors of #CDE17C
Black with #CDE17C
Text Example
Text Example
White with #CDE17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE17C; }
p { color: rgb(205,225,124); }
H1.HeaderClassName
{
color: #CDE17C;
}
.AnyTagClassName
{
color: #CDE17C;
}
</style>
background-color css
<style>
a { background-color: #CDE17C; }
a { background-color: rgb(205,225,124); }
div.DivClassName
{
background-color: #CDE17C;
}
.BgClassName
{
background-color: #CDE17C;
}
</style>
border-color css
<style>
span { border-color: #CDE17C; }
span { border-color: rgb(205,225,124); }
td.TdClassName
{
border-color: #CDE17C;
}
.TagClassName
{
border-color: #CDE17C;
}
</style>