Shades of Sulu #DBFF84
Tints of Sulu #DBFF84
RGB
CMYK
RGB Variations
Color information
#DBFF84 (or 0xDBFF84) is known color: Sulu. HEX triplet: DB, FF and 84. RGB value is (219,255,132). Sum of RGB (Red+Green+Blue) = 219+255+132=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 132 (51.95% from 255 or 21.78% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF84 is #24007B. Grayscale: #E6E6E6. Windows color (decimal): -2359420 or 8716251. OLE color: 8716251.
HSL color Cylindrical-coordinate representation of color #DBFF84: hue angle of 77.56º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBFF84 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 132 | - |
| CMYK | 0.14 | 0 | 0.48 | 0 |
| HSL | 77.56º | 1% | 0.76% | - |
| HSV(B) | 77.56º | 0.48% | 1% | - |
| XYZ | 69.14 | 88.25 | 35.22 | - |
| YUV | 230.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 132 | 0.14 | 0 | 0.48 | 0 | 77.56 | 1 | 0.76 |
| Hex | DB | FF | 84 | E | 0 | 30 | 0 | 4E | 64 | 4C |
| Octal | 333 | 377 | 204 | 16 | 0 | 60 | 0 | 116 | 144 | 114 |
| Binary | 11011011 | 11111111 | 10000100 | 1110 | 0 | 110000 | 0 | 1001110 | 1100100 | 1001100 |
Color Harmonies of #DBFF84
Complementary color
Monochromatic Colors of #DBFF84
Black with #DBFF84
Text Example
Text Example
White with #DBFF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF84; }
p { color: rgb(219,255,132); }
H1.HeaderClassName
{
color: #DBFF84;
}
.AnyTagClassName
{
color: #DBFF84;
}
</style>
background-color css
<style>
a { background-color: #DBFF84; }
a { background-color: rgb(219,255,132); }
div.DivClassName
{
background-color: #DBFF84;
}
.BgClassName
{
background-color: #DBFF84;
}
</style>
border-color css
<style>
span { border-color: #DBFF84; }
span { border-color: rgb(219,255,132); }
td.TdClassName
{
border-color: #DBFF84;
}
.TagClassName
{
border-color: #DBFF84;
}
</style>