Shades of Sulu #D0FF87
Tints of Sulu #D0FF87
RGB
CMYK
RGB Variations
Color information
#D0FF87 (or 0xD0FF87) is known color: Sulu. HEX triplet: D0, FF and 87. RGB value is (208,255,135). Sum of RGB (Red+Green+Blue) = 208+255+135=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 135 (53.12% from 255 or 22.58% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF87 is #2F0078. Grayscale: #E3E3E3. Windows color (decimal): -3080313 or 8912848. OLE color: 8912848.
HSL color Cylindrical-coordinate representation of color #D0FF87: hue angle of 83.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 #D0FF87 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 135 | - |
| CMYK | 0.18 | 0 | 0.47 | 0 |
| HSL | 83.5º | 1% | 0.76% | - |
| HSV(B) | 83.5º | 0.47% | 1% | - |
| XYZ | 66.15 | 86.68 | 36.17 | - |
| YUV | 227.27 | 75.93 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 135 | 0.18 | 0 | 0.47 | 0 | 83.5 | 1 | 0.76 |
| Hex | D0 | FF | 87 | 12 | 0 | 2F | 0 | 54 | 64 | 4C |
| Octal | 320 | 377 | 207 | 22 | 0 | 57 | 0 | 124 | 144 | 114 |
| Binary | 11010000 | 11111111 | 10000111 | 10010 | 0 | 101111 | 0 | 1010100 | 1100100 | 1001100 |
Color Harmonies of #D0FF87
Complementary color
Monochromatic Colors of #D0FF87
Black with #D0FF87
Text Example
Text Example
White with #D0FF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF87; }
p { color: rgb(208,255,135); }
H1.HeaderClassName
{
color: #D0FF87;
}
.AnyTagClassName
{
color: #D0FF87;
}
</style>
background-color css
<style>
a { background-color: #D0FF87; }
a { background-color: rgb(208,255,135); }
div.DivClassName
{
background-color: #D0FF87;
}
.BgClassName
{
background-color: #D0FF87;
}
</style>
border-color css
<style>
span { border-color: #D0FF87; }
span { border-color: rgb(208,255,135); }
td.TdClassName
{
border-color: #D0FF87;
}
.TagClassName
{
border-color: #D0FF87;
}
</style>