Shades of Sulu #D1EC80
Tints of Sulu #D1EC80
RGB
CMYK
RGB Variations
Color information
#D1EC80 (or 0xD1EC80) is known color: Sulu. HEX triplet: D1, EC and 80. RGB value is (209,236,128). Sum of RGB (Red+Green+Blue) = 209+236+128=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EC80 is #2E137F. Grayscale: #D8D8D8. Windows color (decimal): -3019648 or 8449233. OLE color: 8449233.
HSL color Cylindrical-coordinate representation of color #D1EC80: hue angle of 75º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1EC80 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 128 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.07 |
| HSL | 75º | 0.74% | 0.71% | - |
| HSV(B) | 75º | 0.46% | 0.93% | - |
| XYZ | 60.19 | 75.1 | 31.75 | - |
| YUV | 215.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 128 | 0.11 | 0 | 0.46 | 0.07 | 75 | 0.74 | 0.71 |
| Hex | D1 | EC | 80 | B | 0 | 2E | 7 | 4B | 4A | 47 |
| Octal | 321 | 354 | 200 | 13 | 0 | 56 | 7 | 113 | 112 | 107 |
| Binary | 11010001 | 11101100 | 10000000 | 1011 | 0 | 101110 | 111 | 1001011 | 1001010 | 1000111 |
Color Harmonies of #D1EC80
Complementary color
Monochromatic Colors of #D1EC80
Black with #D1EC80
Text Example
Text Example
White with #D1EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC80; }
p { color: rgb(209,236,128); }
H1.HeaderClassName
{
color: #D1EC80;
}
.AnyTagClassName
{
color: #D1EC80;
}
</style>
background-color css
<style>
a { background-color: #D1EC80; }
a { background-color: rgb(209,236,128); }
div.DivClassName
{
background-color: #D1EC80;
}
.BgClassName
{
background-color: #D1EC80;
}
</style>
border-color css
<style>
span { border-color: #D1EC80; }
span { border-color: rgb(209,236,128); }
td.TdClassName
{
border-color: #D1EC80;
}
.TagClassName
{
border-color: #D1EC80;
}
</style>