Shades of Sulu #CDE180
Tints of Sulu #CDE180
RGB
CMYK
RGB Variations
Color information
#CDE180 (or 0xCDE180) is known color: Sulu. HEX triplet: CD, E1 and 80. RGB value is (205,225,128). Sum of RGB (Red+Green+Blue) = 205+225+128=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE180 is #321E7F. Grayscale: #D0D0D0. Windows color (decimal): -3284608 or 8446413. OLE color: 8446413.
HSL color Cylindrical-coordinate representation of color #CDE180: hue angle of 72.37º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDE180 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 128 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.12 |
| HSL | 72.37º | 0.62% | 0.69% | - |
| HSV(B) | 72.37º | 0.43% | 0.88% | - |
| XYZ | 56 | 68.39 | 30.67 | - |
| YUV | 207.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 128 | 0.09 | 0 | 0.43 | 0.12 | 72.37 | 0.62 | 0.69 |
| Hex | CD | E1 | 80 | 9 | 0 | 2B | C | 48 | 3E | 45 |
| Octal | 315 | 341 | 200 | 11 | 0 | 53 | 14 | 110 | 76 | 105 |
| Binary | 11001101 | 11100001 | 10000000 | 1001 | 0 | 101011 | 1100 | 1001000 | 111110 | 1000101 |
Color Harmonies of #CDE180
Complementary color
Monochromatic Colors of #CDE180
Black with #CDE180
Text Example
Text Example
White with #CDE180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE180; }
p { color: rgb(205,225,128); }
H1.HeaderClassName
{
color: #CDE180;
}
.AnyTagClassName
{
color: #CDE180;
}
</style>
background-color css
<style>
a { background-color: #CDE180; }
a { background-color: rgb(205,225,128); }
div.DivClassName
{
background-color: #CDE180;
}
.BgClassName
{
background-color: #CDE180;
}
</style>
border-color css
<style>
span { border-color: #CDE180; }
span { border-color: rgb(205,225,128); }
td.TdClassName
{
border-color: #CDE180;
}
.TagClassName
{
border-color: #CDE180;
}
</style>