Shades of Sulu #CDE182
Tints of Sulu #CDE182
RGB
CMYK
RGB Variations
Color information
#CDE182 (or 0xCDE182) is known color: Sulu. HEX triplet: CD, E1 and 82. RGB value is (205,225,130). Sum of RGB (Red+Green+Blue) = 205+225+130=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE182 is #321E7D. Grayscale: #D0D0D0. Windows color (decimal): -3284606 or 8577485. OLE color: 8577485.
HSL color Cylindrical-coordinate representation of color #CDE182: hue angle of 72.63º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDE182 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 130 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.12 |
| HSL | 72.63º | 0.61% | 0.7% | - |
| HSV(B) | 72.63º | 0.42% | 0.88% | - |
| XYZ | 56.13 | 68.44 | 31.37 | - |
| YUV | 208.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 130 | 0.09 | 0 | 0.42 | 0.12 | 72.63 | 0.61 | 0.7 |
| Hex | CD | E1 | 82 | 9 | 0 | 2A | C | 49 | 3D | 46 |
| Octal | 315 | 341 | 202 | 11 | 0 | 52 | 14 | 111 | 75 | 106 |
| Binary | 11001101 | 11100001 | 10000010 | 1001 | 0 | 101010 | 1100 | 1001001 | 111101 | 1000110 |
Color Harmonies of #CDE182
Complementary color
Monochromatic Colors of #CDE182
Black with #CDE182
Text Example
Text Example
White with #CDE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE182; }
p { color: rgb(205,225,130); }
H1.HeaderClassName
{
color: #CDE182;
}
.AnyTagClassName
{
color: #CDE182;
}
</style>
background-color css
<style>
a { background-color: #CDE182; }
a { background-color: rgb(205,225,130); }
div.DivClassName
{
background-color: #CDE182;
}
.BgClassName
{
background-color: #CDE182;
}
</style>
border-color css
<style>
span { border-color: #CDE182; }
span { border-color: rgb(205,225,130); }
td.TdClassName
{
border-color: #CDE182;
}
.TagClassName
{
border-color: #CDE182;
}
</style>