Shades of Sulu #DBFD84
Tints of Sulu #DBFD84
RGB
CMYK
RGB Variations
Color information
#DBFD84 (or 0xDBFD84) is known color: Sulu. HEX triplet: DB, FD and 84. RGB value is (219,253,132). Sum of RGB (Red+Green+Blue) = 219+253+132=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD84 is #24027B. Grayscale: #E5E5E5. Windows color (decimal): -2359932 or 8715739. OLE color: 8715739.
HSL color Cylindrical-coordinate representation of color #DBFD84: hue angle of 76.86º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBFD84 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 132 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.01 |
| HSL | 76.86º | 0.97% | 0.75% | - |
| HSV(B) | 76.86º | 0.48% | 0.99% | - |
| XYZ | 68.5 | 86.98 | 35.01 | - |
| YUV | 229.04 | 73.24 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 132 | 0.13 | 0 | 0.48 | 0.01 | 76.86 | 0.97 | 0.75 |
| Hex | DB | FD | 84 | D | 0 | 30 | 1 | 4D | 61 | 4B |
| Octal | 333 | 375 | 204 | 15 | 0 | 60 | 1 | 115 | 141 | 113 |
| Binary | 11011011 | 11111101 | 10000100 | 1101 | 0 | 110000 | 1 | 1001101 | 1100001 | 1001011 |
Color Harmonies of #DBFD84
Complementary color
Monochromatic Colors of #DBFD84
Black with #DBFD84
Text Example
Text Example
White with #DBFD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD84; }
p { color: rgb(219,253,132); }
H1.HeaderClassName
{
color: #DBFD84;
}
.AnyTagClassName
{
color: #DBFD84;
}
</style>
background-color css
<style>
a { background-color: #DBFD84; }
a { background-color: rgb(219,253,132); }
div.DivClassName
{
background-color: #DBFD84;
}
.BgClassName
{
background-color: #DBFD84;
}
</style>
border-color css
<style>
span { border-color: #DBFD84; }
span { border-color: rgb(219,253,132); }
td.TdClassName
{
border-color: #DBFD84;
}
.TagClassName
{
border-color: #DBFD84;
}
</style>