Shades of Sulu #D2F587
Tints of Sulu #D2F587
RGB
CMYK
RGB Variations
Color information
#D2F587 (or 0xD2F587) is known color: Sulu. HEX triplet: D2, F5 and 87. RGB value is (210,245,135). Sum of RGB (Red+Green+Blue) = 210+245+135=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 135 (53.12% from 255 or 22.88% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F587 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F587 is #2D0A78. Grayscale: #DEDEDE. Windows color (decimal): -2951801 or 8910290. OLE color: 8910290.
HSL color Cylindrical-coordinate representation of color #D2F587: hue angle of 79.09º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2F587 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 135 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.04 |
| HSL | 79.09º | 0.85% | 0.75% | - |
| HSV(B) | 79.09º | 0.45% | 0.96% | - |
| XYZ | 63.6 | 80.76 | 35.16 | - |
| YUV | 222 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 135 | 0.14 | 0 | 0.45 | 0.04 | 79.09 | 0.85 | 0.75 |
| Hex | D2 | F5 | 87 | E | 0 | 2D | 4 | 4F | 55 | 4B |
| Octal | 322 | 365 | 207 | 16 | 0 | 55 | 4 | 117 | 125 | 113 |
| Binary | 11010010 | 11110101 | 10000111 | 1110 | 0 | 101101 | 100 | 1001111 | 1010101 | 1001011 |
Color Harmonies of #D2F587
Complementary color
Monochromatic Colors of #D2F587
Black with #D2F587
Text Example
Text Example
White with #D2F587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F587; }
p { color: rgb(210,245,135); }
H1.HeaderClassName
{
color: #D2F587;
}
.AnyTagClassName
{
color: #D2F587;
}
</style>
background-color css
<style>
a { background-color: #D2F587; }
a { background-color: rgb(210,245,135); }
div.DivClassName
{
background-color: #D2F587;
}
.BgClassName
{
background-color: #D2F587;
}
</style>
border-color css
<style>
span { border-color: #D2F587; }
span { border-color: rgb(210,245,135); }
td.TdClassName
{
border-color: #D2F587;
}
.TagClassName
{
border-color: #D2F587;
}
</style>