Shades of Sulu #DBFF82
Tints of Sulu #DBFF82
RGB
CMYK
RGB Variations
Color information
#DBFF82 (or 0xDBFF82) is known color: Sulu. HEX triplet: DB, FF and 82. RGB value is (219,255,130). Sum of RGB (Red+Green+Blue) = 219+255+130=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 130 (51.17% from 255 or 21.52% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF82 is #24007D. Grayscale: #E6E6E6. Windows color (decimal): -2359422 or 8585179. OLE color: 8585179.
HSL color Cylindrical-coordinate representation of color #DBFF82: hue angle of 77.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBFF82 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 130 | - |
| CMYK | 0.14 | 0 | 0.49 | 0 |
| HSL | 77.28º | 1% | 0.75% | - |
| HSV(B) | 77.28º | 0.49% | 1% | - |
| XYZ | 69 | 88.19 | 34.5 | - |
| YUV | 229.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 130 | 0.14 | 0 | 0.49 | 0 | 77.28 | 1 | 0.75 |
| Hex | DB | FF | 82 | E | 0 | 31 | 0 | 4D | 64 | 4B |
| Octal | 333 | 377 | 202 | 16 | 0 | 61 | 0 | 115 | 144 | 113 |
| Binary | 11011011 | 11111111 | 10000010 | 1110 | 0 | 110001 | 0 | 1001101 | 1100100 | 1001011 |
Color Harmonies of #DBFF82
Complementary color
Monochromatic Colors of #DBFF82
Black with #DBFF82
Text Example
Text Example
White with #DBFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF82; }
p { color: rgb(219,255,130); }
H1.HeaderClassName
{
color: #DBFF82;
}
.AnyTagClassName
{
color: #DBFF82;
}
</style>
background-color css
<style>
a { background-color: #DBFF82; }
a { background-color: rgb(219,255,130); }
div.DivClassName
{
background-color: #DBFF82;
}
.BgClassName
{
background-color: #DBFF82;
}
</style>
border-color css
<style>
span { border-color: #DBFF82; }
span { border-color: rgb(219,255,130); }
td.TdClassName
{
border-color: #DBFF82;
}
.TagClassName
{
border-color: #DBFF82;
}
</style>