Shades of Sulu #DBFF87
Tints of Sulu #DBFF87
RGB
CMYK
RGB Variations
Color information
#DBFF87 (or 0xDBFF87) is known color: Sulu. HEX triplet: DB, FF and 87. RGB value is (219,255,135). Sum of RGB (Red+Green+Blue) = 219+255+135=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 135 (53.12% from 255 or 22.17% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF87 is #240078. Grayscale: #E6E6E6. Windows color (decimal): -2359417 or 8912859. OLE color: 8912859.
HSL color Cylindrical-coordinate representation of color #DBFF87: hue angle of 78º 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 #DBFF87 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 135 | - |
| CMYK | 0.14 | 0 | 0.47 | 0 |
| HSL | 78º | 1% | 0.76% | - |
| HSV(B) | 78º | 0.47% | 1% | - |
| XYZ | 69.35 | 88.33 | 36.32 | - |
| YUV | 230.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 135 | 0.14 | 0 | 0.47 | 0 | 78 | 1 | 0.76 |
| Hex | DB | FF | 87 | E | 0 | 2F | 0 | 4E | 64 | 4C |
| Octal | 333 | 377 | 207 | 16 | 0 | 57 | 0 | 116 | 144 | 114 |
| Binary | 11011011 | 11111111 | 10000111 | 1110 | 0 | 101111 | 0 | 1001110 | 1100100 | 1001100 |
Color Harmonies of #DBFF87
Complementary color
Monochromatic Colors of #DBFF87
Black with #DBFF87
Text Example
Text Example
White with #DBFF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF87; }
p { color: rgb(219,255,135); }
H1.HeaderClassName
{
color: #DBFF87;
}
.AnyTagClassName
{
color: #DBFF87;
}
</style>
background-color css
<style>
a { background-color: #DBFF87; }
a { background-color: rgb(219,255,135); }
div.DivClassName
{
background-color: #DBFF87;
}
.BgClassName
{
background-color: #DBFF87;
}
</style>
border-color css
<style>
span { border-color: #DBFF87; }
span { border-color: rgb(219,255,135); }
td.TdClassName
{
border-color: #DBFF87;
}
.TagClassName
{
border-color: #DBFF87;
}
</style>