Shades of Sulu #DBF987
Tints of Sulu #DBF987
RGB
CMYK
RGB Variations
Color information
#DBF987 (or 0xDBF987) is known color: Sulu. HEX triplet: DB, F9 and 87. RGB value is (219,249,135). Sum of RGB (Red+Green+Blue) = 219+249+135=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 135 (53.12% from 255 or 22.39% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF987 is #240678. Grayscale: #E3E3E3. Windows color (decimal): -2360953 or 8911323. OLE color: 8911323.
HSL color Cylindrical-coordinate representation of color #DBF987: hue angle of 75.79º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBF987 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 135 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.02 |
| HSL | 75.79º | 0.9% | 0.75% | - |
| HSV(B) | 75.79º | 0.46% | 0.98% | - |
| XYZ | 67.46 | 84.56 | 35.69 | - |
| YUV | 227.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 135 | 0.12 | 0 | 0.46 | 0.02 | 75.79 | 0.9 | 0.75 |
| Hex | DB | F9 | 87 | C | 0 | 2E | 2 | 4C | 5A | 4B |
| Octal | 333 | 371 | 207 | 14 | 0 | 56 | 2 | 114 | 132 | 113 |
| Binary | 11011011 | 11111001 | 10000111 | 1100 | 0 | 101110 | 10 | 1001100 | 1011010 | 1001011 |
Color Harmonies of #DBF987
Complementary color
Monochromatic Colors of #DBF987
Black with #DBF987
Text Example
Text Example
White with #DBF987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF987; }
p { color: rgb(219,249,135); }
H1.HeaderClassName
{
color: #DBF987;
}
.AnyTagClassName
{
color: #DBF987;
}
</style>
background-color css
<style>
a { background-color: #DBF987; }
a { background-color: rgb(219,249,135); }
div.DivClassName
{
background-color: #DBF987;
}
.BgClassName
{
background-color: #DBF987;
}
</style>
border-color css
<style>
span { border-color: #DBF987; }
span { border-color: rgb(219,249,135); }
td.TdClassName
{
border-color: #DBF987;
}
.TagClassName
{
border-color: #DBF987;
}
</style>