Shades of Sulu #DBFB84
Tints of Sulu #DBFB84
RGB
CMYK
RGB Variations
Color information
#DBFB84 (or 0xDBFB84) is known color: Sulu. HEX triplet: DB, FB and 84. RGB value is (219,251,132). Sum of RGB (Red+Green+Blue) = 219+251+132=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB84 is #24047B. Grayscale: #E4E4E4. Windows color (decimal): -2360444 or 8715227. OLE color: 8715227.
HSL color Cylindrical-coordinate representation of color #DBFB84: hue angle of 76.13º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBFB84 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 132 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.02 |
| HSL | 76.13º | 0.94% | 0.75% | - |
| HSV(B) | 76.13º | 0.47% | 0.98% | - |
| XYZ | 67.88 | 85.72 | 34.8 | - |
| YUV | 227.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 132 | 0.13 | 0 | 0.47 | 0.02 | 76.13 | 0.94 | 0.75 |
| Hex | DB | FB | 84 | D | 0 | 2F | 2 | 4C | 5E | 4B |
| Octal | 333 | 373 | 204 | 15 | 0 | 57 | 2 | 114 | 136 | 113 |
| Binary | 11011011 | 11111011 | 10000100 | 1101 | 0 | 101111 | 10 | 1001100 | 1011110 | 1001011 |
Color Harmonies of #DBFB84
Complementary color
Monochromatic Colors of #DBFB84
Black with #DBFB84
Text Example
Text Example
White with #DBFB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB84; }
p { color: rgb(219,251,132); }
H1.HeaderClassName
{
color: #DBFB84;
}
.AnyTagClassName
{
color: #DBFB84;
}
</style>
background-color css
<style>
a { background-color: #DBFB84; }
a { background-color: rgb(219,251,132); }
div.DivClassName
{
background-color: #DBFB84;
}
.BgClassName
{
background-color: #DBFB84;
}
</style>
border-color css
<style>
span { border-color: #DBFB84; }
span { border-color: rgb(219,251,132); }
td.TdClassName
{
border-color: #DBFB84;
}
.TagClassName
{
border-color: #DBFB84;
}
</style>