Shades of Sulu #DBF287
Tints of Sulu #DBF287
RGB
CMYK
RGB Variations
Color information
#DBF287 (or 0xDBF287) is known color: Sulu. HEX triplet: DB, F2 and 87. RGB value is (219,242,135). Sum of RGB (Red+Green+Blue) = 219+242+135=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 135 (53.12% from 255 or 22.65% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF287 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF287 is #240D78. Grayscale: #DFDFDF. Windows color (decimal): -2362745 or 8909531. OLE color: 8909531.
HSL color Cylindrical-coordinate representation of color #DBF287: hue angle of 72.9º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBF287 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 135 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.05 |
| HSL | 72.9º | 0.8% | 0.74% | - |
| HSV(B) | 72.9º | 0.44% | 0.95% | - |
| XYZ | 65.34 | 80.31 | 34.98 | - |
| YUV | 222.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 135 | 0.10 | 0 | 0.44 | 0.05 | 72.9 | 0.8 | 0.74 |
| Hex | DB | F2 | 87 | A | 0 | 2C | 5 | 49 | 50 | 4A |
| Octal | 333 | 362 | 207 | 12 | 0 | 54 | 5 | 111 | 120 | 112 |
| Binary | 11011011 | 11110010 | 10000111 | 1010 | 0 | 101100 | 101 | 1001001 | 1010000 | 1001010 |
Color Harmonies of #DBF287
Complementary color
Monochromatic Colors of #DBF287
Black with #DBF287
Text Example
Text Example
White with #DBF287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF287; }
p { color: rgb(219,242,135); }
H1.HeaderClassName
{
color: #DBF287;
}
.AnyTagClassName
{
color: #DBF287;
}
</style>
background-color css
<style>
a { background-color: #DBF287; }
a { background-color: rgb(219,242,135); }
div.DivClassName
{
background-color: #DBF287;
}
.BgClassName
{
background-color: #DBF287;
}
</style>
border-color css
<style>
span { border-color: #DBF287; }
span { border-color: rgb(219,242,135); }
td.TdClassName
{
border-color: #DBF287;
}
.TagClassName
{
border-color: #DBF287;
}
</style>