Shades of Sulu #D1EB80
Tints of Sulu #D1EB80
RGB
CMYK
RGB Variations
Color information
#D1EB80 (or 0xD1EB80) is known color: Sulu. HEX triplet: D1, EB and 80. RGB value is (209,235,128). Sum of RGB (Red+Green+Blue) = 209+235+128=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EB80 is #2E147F. Grayscale: #D7D7D7. Windows color (decimal): -3019904 or 8448977. OLE color: 8448977.
HSL color Cylindrical-coordinate representation of color #D1EB80: hue angle of 74.58º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1EB80 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 128 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.08 |
| HSL | 74.58º | 0.73% | 0.71% | - |
| HSV(B) | 74.58º | 0.46% | 0.92% | - |
| XYZ | 59.9 | 74.53 | 31.65 | - |
| YUV | 215.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 128 | 0.11 | 0 | 0.46 | 0.08 | 74.58 | 0.73 | 0.71 |
| Hex | D1 | EB | 80 | B | 0 | 2E | 8 | 4B | 49 | 47 |
| Octal | 321 | 353 | 200 | 13 | 0 | 56 | 10 | 113 | 111 | 107 |
| Binary | 11010001 | 11101011 | 10000000 | 1011 | 0 | 101110 | 1000 | 1001011 | 1001001 | 1000111 |
Color Harmonies of #D1EB80
Complementary color
Monochromatic Colors of #D1EB80
Black with #D1EB80
Text Example
Text Example
White with #D1EB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB80; }
p { color: rgb(209,235,128); }
H1.HeaderClassName
{
color: #D1EB80;
}
.AnyTagClassName
{
color: #D1EB80;
}
</style>
background-color css
<style>
a { background-color: #D1EB80; }
a { background-color: rgb(209,235,128); }
div.DivClassName
{
background-color: #D1EB80;
}
.BgClassName
{
background-color: #D1EB80;
}
</style>
border-color css
<style>
span { border-color: #D1EB80; }
span { border-color: rgb(209,235,128); }
td.TdClassName
{
border-color: #D1EB80;
}
.TagClassName
{
border-color: #D1EB80;
}
</style>