Shades of Sulu #D7FF87
Tints of Sulu #D7FF87
RGB
CMYK
RGB Variations
Color information
#D7FF87 (or 0xD7FF87) is known color: Sulu. HEX triplet: D7, FF and 87. RGB value is (215,255,135). Sum of RGB (Red+Green+Blue) = 215+255+135=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 135 (53.12% from 255 or 22.31% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FF87 is #280078. Grayscale: #E5E5E5. Windows color (decimal): -2621561 or 8912855. OLE color: 8912855.
HSL color Cylindrical-coordinate representation of color #D7FF87: hue angle of 80º 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 #D7FF87 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 135 | - |
| CMYK | 0.16 | 0 | 0.47 | 0 |
| HSL | 80º | 1% | 0.76% | - |
| HSV(B) | 80º | 0.47% | 1% | - |
| XYZ | 68.16 | 87.72 | 36.26 | - |
| YUV | 229.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 135 | 0.16 | 0 | 0.47 | 0 | 80 | 1 | 0.76 |
| Hex | D7 | FF | 87 | 10 | 0 | 2F | 0 | 50 | 64 | 4C |
| Octal | 327 | 377 | 207 | 20 | 0 | 57 | 0 | 120 | 144 | 114 |
| Binary | 11010111 | 11111111 | 10000111 | 10000 | 0 | 101111 | 0 | 1010000 | 1100100 | 1001100 |
Color Harmonies of #D7FF87
Complementary color
Monochromatic Colors of #D7FF87
Black with #D7FF87
Text Example
Text Example
White with #D7FF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FF87; }
p { color: rgb(215,255,135); }
H1.HeaderClassName
{
color: #D7FF87;
}
.AnyTagClassName
{
color: #D7FF87;
}
</style>
background-color css
<style>
a { background-color: #D7FF87; }
a { background-color: rgb(215,255,135); }
div.DivClassName
{
background-color: #D7FF87;
}
.BgClassName
{
background-color: #D7FF87;
}
</style>
border-color css
<style>
span { border-color: #D7FF87; }
span { border-color: rgb(215,255,135); }
td.TdClassName
{
border-color: #D7FF87;
}
.TagClassName
{
border-color: #D7FF87;
}
</style>