Shades of Sulu #DBFF83
Tints of Sulu #DBFF83
RGB
CMYK
RGB Variations
Color information
#DBFF83 (or 0xDBFF83) is known color: Sulu. HEX triplet: DB, FF and 83. RGB value is (219,255,131). Sum of RGB (Red+Green+Blue) = 219+255+131=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 131 (51.56% from 255 or 21.65% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF83 is #24007C. Grayscale: #E6E6E6. Windows color (decimal): -2359421 or 8650715. OLE color: 8650715.
HSL color Cylindrical-coordinate representation of color #DBFF83: hue angle of 77.42º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBFF83 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 131 | - |
| CMYK | 0.14 | 0 | 0.49 | 0 |
| HSL | 77.42º | 1% | 0.76% | - |
| HSV(B) | 77.42º | 0.49% | 1% | - |
| XYZ | 69.07 | 88.22 | 34.86 | - |
| YUV | 230.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 131 | 0.14 | 0 | 0.49 | 0 | 77.42 | 1 | 0.76 |
| Hex | DB | FF | 83 | E | 0 | 31 | 0 | 4D | 64 | 4C |
| Octal | 333 | 377 | 203 | 16 | 0 | 61 | 0 | 115 | 144 | 114 |
| Binary | 11011011 | 11111111 | 10000011 | 1110 | 0 | 110001 | 0 | 1001101 | 1100100 | 1001100 |
Color Harmonies of #DBFF83
Complementary color
Monochromatic Colors of #DBFF83
Black with #DBFF83
Text Example
Text Example
White with #DBFF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF83; }
p { color: rgb(219,255,131); }
H1.HeaderClassName
{
color: #DBFF83;
}
.AnyTagClassName
{
color: #DBFF83;
}
</style>
background-color css
<style>
a { background-color: #DBFF83; }
a { background-color: rgb(219,255,131); }
div.DivClassName
{
background-color: #DBFF83;
}
.BgClassName
{
background-color: #DBFF83;
}
</style>
border-color css
<style>
span { border-color: #DBFF83; }
span { border-color: rgb(219,255,131); }
td.TdClassName
{
border-color: #DBFF83;
}
.TagClassName
{
border-color: #DBFF83;
}
</style>