Shades of Sulu #CDE17A
Tints of Sulu #CDE17A
RGB
CMYK
RGB Variations
Color information
#CDE17A (or 0xCDE17A) is known color: Sulu. HEX triplet: CD, E1 and 7A. RGB value is (205,225,122). Sum of RGB (Red+Green+Blue) = 205+225+122=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE17A is #321E85. Grayscale: #CFCFCF. Windows color (decimal): -3284614 or 8053197. OLE color: 8053197.
HSL color Cylindrical-coordinate representation of color #CDE17A: hue angle of 71.65º 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 #CDE17A is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 122 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.12 |
| HSL | 71.65º | 0.63% | 0.68% | - |
| HSV(B) | 71.65º | 0.46% | 0.88% | - |
| XYZ | 55.61 | 68.23 | 28.65 | - |
| YUV | 207.28 | 79.87 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 122 | 0.09 | 0 | 0.46 | 0.12 | 71.65 | 0.63 | 0.68 |
| Hex | CD | E1 | 7A | 9 | 0 | 2E | C | 48 | 3F | 44 |
| Octal | 315 | 341 | 172 | 11 | 0 | 56 | 14 | 110 | 77 | 104 |
| Binary | 11001101 | 11100001 | 1111010 | 1001 | 0 | 101110 | 1100 | 1001000 | 111111 | 1000100 |
Color Harmonies of #CDE17A
Complementary color
Monochromatic Colors of #CDE17A
Black with #CDE17A
Text Example
Text Example
White with #CDE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE17A; }
p { color: rgb(205,225,122); }
H1.HeaderClassName
{
color: #CDE17A;
}
.AnyTagClassName
{
color: #CDE17A;
}
</style>
background-color css
<style>
a { background-color: #CDE17A; }
a { background-color: rgb(205,225,122); }
div.DivClassName
{
background-color: #CDE17A;
}
.BgClassName
{
background-color: #CDE17A;
}
</style>
border-color css
<style>
span { border-color: #CDE17A; }
span { border-color: rgb(205,225,122); }
td.TdClassName
{
border-color: #CDE17A;
}
.TagClassName
{
border-color: #CDE17A;
}
</style>