Shades of Sulu #D2EB84
Tints of Sulu #D2EB84
RGB
CMYK
RGB Variations
Color information
#D2EB84 (or 0xD2EB84) is known color: Sulu. HEX triplet: D2, EB and 84. RGB value is (210,235,132). Sum of RGB (Red+Green+Blue) = 210+235+132=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EB84 is #2D147B. Grayscale: #D8D8D8. Windows color (decimal): -2954364 or 8711122. OLE color: 8711122.
HSL color Cylindrical-coordinate representation of color #D2EB84: hue angle of 74.56º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2EB84 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 132 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.08 |
| HSL | 74.56º | 0.72% | 0.72% | - |
| HSV(B) | 74.56º | 0.44% | 0.92% | - |
| XYZ | 60.45 | 74.78 | 33.08 | - |
| YUV | 215.78 | 80.72 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 132 | 0.11 | 0 | 0.44 | 0.08 | 74.56 | 0.72 | 0.72 |
| Hex | D2 | EB | 84 | B | 0 | 2C | 8 | 4B | 48 | 48 |
| Octal | 322 | 353 | 204 | 13 | 0 | 54 | 10 | 113 | 110 | 110 |
| Binary | 11010010 | 11101011 | 10000100 | 1011 | 0 | 101100 | 1000 | 1001011 | 1001000 | 1001000 |
Color Harmonies of #D2EB84
Complementary color
Monochromatic Colors of #D2EB84
Black with #D2EB84
Text Example
Text Example
White with #D2EB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB84; }
p { color: rgb(210,235,132); }
H1.HeaderClassName
{
color: #D2EB84;
}
.AnyTagClassName
{
color: #D2EB84;
}
</style>
background-color css
<style>
a { background-color: #D2EB84; }
a { background-color: rgb(210,235,132); }
div.DivClassName
{
background-color: #D2EB84;
}
.BgClassName
{
background-color: #D2EB84;
}
</style>
border-color css
<style>
span { border-color: #D2EB84; }
span { border-color: rgb(210,235,132); }
td.TdClassName
{
border-color: #D2EB84;
}
.TagClassName
{
border-color: #D2EB84;
}
</style>