Shades of Sulu #D2EB80
Tints of Sulu #D2EB80
RGB
CMYK
RGB Variations
Color information
#D2EB80 (or 0xD2EB80) is known color: Sulu. HEX triplet: D2, EB and 80. RGB value is (210,235,128). Sum of RGB (Red+Green+Blue) = 210+235+128=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EB80 is #2D147F. Grayscale: #D7D7D7. Windows color (decimal): -2954368 or 8448978. OLE color: 8448978.
HSL color Cylindrical-coordinate representation of color #D2EB80: hue angle of 74.02º 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 #D2EB80 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 128 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.08 |
| HSL | 74.02º | 0.73% | 0.71% | - |
| HSV(B) | 74.02º | 0.46% | 0.92% | - |
| XYZ | 60.18 | 74.68 | 31.66 | - |
| YUV | 215.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 128 | 0.11 | 0 | 0.46 | 0.08 | 74.02 | 0.73 | 0.71 |
| Hex | D2 | EB | 80 | B | 0 | 2E | 8 | 4A | 49 | 47 |
| Octal | 322 | 353 | 200 | 13 | 0 | 56 | 10 | 112 | 111 | 107 |
| Binary | 11010010 | 11101011 | 10000000 | 1011 | 0 | 101110 | 1000 | 1001010 | 1001001 | 1000111 |
Color Harmonies of #D2EB80
Complementary color
Monochromatic Colors of #D2EB80
Black with #D2EB80
Text Example
Text Example
White with #D2EB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB80; }
p { color: rgb(210,235,128); }
H1.HeaderClassName
{
color: #D2EB80;
}
.AnyTagClassName
{
color: #D2EB80;
}
</style>
background-color css
<style>
a { background-color: #D2EB80; }
a { background-color: rgb(210,235,128); }
div.DivClassName
{
background-color: #D2EB80;
}
.BgClassName
{
background-color: #D2EB80;
}
</style>
border-color css
<style>
span { border-color: #D2EB80; }
span { border-color: rgb(210,235,128); }
td.TdClassName
{
border-color: #D2EB80;
}
.TagClassName
{
border-color: #D2EB80;
}
</style>