Shades of Sulu #DBF588
Tints of Sulu #DBF588
RGB
CMYK
RGB Variations
Color information
#DBF588 (or 0xDBF588) is known color: Sulu. HEX triplet: DB, F5 and 88. RGB value is (219,245,136). Sum of RGB (Red+Green+Blue) = 219+245+136=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 245 (96.09% from 255 or 40.83% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF588 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF588 is #240A77. Grayscale: #E1E1E1. Windows color (decimal): -2361976 or 8975835. OLE color: 8975835.
HSL color Cylindrical-coordinate representation of color #DBF588: hue angle of 74.31º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBF588 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 136 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.04 |
| HSL | 74.31º | 0.84% | 0.75% | - |
| HSV(B) | 74.31º | 0.44% | 0.96% | - |
| XYZ | 66.31 | 82.14 | 35.65 | - |
| YUV | 224.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 136 | 0.11 | 0 | 0.44 | 0.04 | 74.31 | 0.84 | 0.75 |
| Hex | DB | F5 | 88 | B | 0 | 2C | 4 | 4A | 54 | 4B |
| Octal | 333 | 365 | 210 | 13 | 0 | 54 | 4 | 112 | 124 | 113 |
| Binary | 11011011 | 11110101 | 10001000 | 1011 | 0 | 101100 | 100 | 1001010 | 1010100 | 1001011 |
Color Harmonies of #DBF588
Complementary color
Monochromatic Colors of #DBF588
Black with #DBF588
Text Example
Text Example
White with #DBF588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF588; }
p { color: rgb(219,245,136); }
H1.HeaderClassName
{
color: #DBF588;
}
.AnyTagClassName
{
color: #DBF588;
}
</style>
background-color css
<style>
a { background-color: #DBF588; }
a { background-color: rgb(219,245,136); }
div.DivClassName
{
background-color: #DBF588;
}
.BgClassName
{
background-color: #DBF588;
}
</style>
border-color css
<style>
span { border-color: #DBF588; }
span { border-color: rgb(219,245,136); }
td.TdClassName
{
border-color: #DBF588;
}
.TagClassName
{
border-color: #DBF588;
}
</style>