Shades of Sulu #D1E580
Tints of Sulu #D1E580
RGB
CMYK
RGB Variations
Color information
#D1E580 (or 0xD1E580) is known color: Sulu. HEX triplet: D1, E5 and 80. RGB value is (209,229,128). Sum of RGB (Red+Green+Blue) = 209+229+128=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E580 is #2E1A7F. Grayscale: #D3D3D3. Windows color (decimal): -3021440 or 8447441. OLE color: 8447441.
HSL color Cylindrical-coordinate representation of color #D1E580: hue angle of 71.88º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1E580 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 128 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.10 |
| HSL | 71.88º | 0.66% | 0.7% | - |
| HSV(B) | 71.88º | 0.44% | 0.9% | - |
| XYZ | 58.21 | 71.15 | 31.09 | - |
| YUV | 211.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 128 | 0.09 | 0 | 0.44 | 0.10 | 71.88 | 0.66 | 0.7 |
| Hex | D1 | E5 | 80 | 9 | 0 | 2C | A | 48 | 42 | 46 |
| Octal | 321 | 345 | 200 | 11 | 0 | 54 | 12 | 110 | 102 | 106 |
| Binary | 11010001 | 11100101 | 10000000 | 1001 | 0 | 101100 | 1010 | 1001000 | 1000010 | 1000110 |
Color Harmonies of #D1E580
Complementary color
Monochromatic Colors of #D1E580
Black with #D1E580
Text Example
Text Example
White with #D1E580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E580; }
p { color: rgb(209,229,128); }
H1.HeaderClassName
{
color: #D1E580;
}
.AnyTagClassName
{
color: #D1E580;
}
</style>
background-color css
<style>
a { background-color: #D1E580; }
a { background-color: rgb(209,229,128); }
div.DivClassName
{
background-color: #D1E580;
}
.BgClassName
{
background-color: #D1E580;
}
</style>
border-color css
<style>
span { border-color: #D1E580; }
span { border-color: rgb(209,229,128); }
td.TdClassName
{
border-color: #D1E580;
}
.TagClassName
{
border-color: #D1E580;
}
</style>