Shades of Sulu #D2FF87
Tints of Sulu #D2FF87
RGB
CMYK
RGB Variations
Color information
#D2FF87 (or 0xD2FF87) is known color: Sulu. HEX triplet: D2, FF and 87. RGB value is (210,255,135). Sum of RGB (Red+Green+Blue) = 210+255+135=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 135 (53.12% from 255 or 22.5% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FF87 is #2D0078. Grayscale: #E4E4E4. Windows color (decimal): -2949241 or 8912850. OLE color: 8912850.
HSL color Cylindrical-coordinate representation of color #D2FF87: hue angle of 82.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2FF87 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 135 | - |
| CMYK | 0.18 | 0 | 0.47 | 0 |
| HSL | 82.5º | 1% | 0.76% | - |
| HSV(B) | 82.5º | 0.47% | 1% | - |
| XYZ | 66.71 | 86.97 | 36.19 | - |
| YUV | 227.87 | 75.59 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 135 | 0.18 | 0 | 0.47 | 0 | 82.5 | 1 | 0.76 |
| Hex | D2 | FF | 87 | 12 | 0 | 2F | 0 | 52 | 64 | 4C |
| Octal | 322 | 377 | 207 | 22 | 0 | 57 | 0 | 122 | 144 | 114 |
| Binary | 11010010 | 11111111 | 10000111 | 10010 | 0 | 101111 | 0 | 1010010 | 1100100 | 1001100 |
Color Harmonies of #D2FF87
Complementary color
Monochromatic Colors of #D2FF87
Black with #D2FF87
Text Example
Text Example
White with #D2FF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF87; }
p { color: rgb(210,255,135); }
H1.HeaderClassName
{
color: #D2FF87;
}
.AnyTagClassName
{
color: #D2FF87;
}
</style>
background-color css
<style>
a { background-color: #D2FF87; }
a { background-color: rgb(210,255,135); }
div.DivClassName
{
background-color: #D2FF87;
}
.BgClassName
{
background-color: #D2FF87;
}
</style>
border-color css
<style>
span { border-color: #D2FF87; }
span { border-color: rgb(210,255,135); }
td.TdClassName
{
border-color: #D2FF87;
}
.TagClassName
{
border-color: #D2FF87;
}
</style>