Shades of Sulu #DBF486
Tints of Sulu #DBF486
RGB
CMYK
RGB Variations
Color information
#DBF486 (or 0xDBF486) is known color: Sulu. HEX triplet: DB, F4 and 86. RGB value is (219,244,134). Sum of RGB (Red+Green+Blue) = 219+244+134=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF486 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF486 is #240B79. Grayscale: #E0E0E0. Windows color (decimal): -2362234 or 8844507. OLE color: 8844507.
HSL color Cylindrical-coordinate representation of color #DBF486: hue angle of 73.64º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBF486 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 134 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.04 |
| HSL | 73.64º | 0.83% | 0.74% | - |
| HSV(B) | 73.64º | 0.45% | 0.96% | - |
| XYZ | 65.87 | 81.48 | 34.81 | - |
| YUV | 223.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 134 | 0.10 | 0 | 0.45 | 0.04 | 73.64 | 0.83 | 0.74 |
| Hex | DB | F4 | 86 | A | 0 | 2D | 4 | 4A | 53 | 4A |
| Octal | 333 | 364 | 206 | 12 | 0 | 55 | 4 | 112 | 123 | 112 |
| Binary | 11011011 | 11110100 | 10000110 | 1010 | 0 | 101101 | 100 | 1001010 | 1010011 | 1001010 |
Color Harmonies of #DBF486
Complementary color
Monochromatic Colors of #DBF486
Black with #DBF486
Text Example
Text Example
White with #DBF486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF486; }
p { color: rgb(219,244,134); }
H1.HeaderClassName
{
color: #DBF486;
}
.AnyTagClassName
{
color: #DBF486;
}
</style>
background-color css
<style>
a { background-color: #DBF486; }
a { background-color: rgb(219,244,134); }
div.DivClassName
{
background-color: #DBF486;
}
.BgClassName
{
background-color: #DBF486;
}
</style>
border-color css
<style>
span { border-color: #DBF486; }
span { border-color: rgb(219,244,134); }
td.TdClassName
{
border-color: #DBF486;
}
.TagClassName
{
border-color: #DBF486;
}
</style>