Shades of Sulu #DBFF81
Tints of Sulu #DBFF81
RGB
CMYK
RGB Variations
Color information
#DBFF81 (or 0xDBFF81) is known color: Sulu. HEX triplet: DB, FF and 81. RGB value is (219,255,129). Sum of RGB (Red+Green+Blue) = 219+255+129=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF81 is #24007E. Grayscale: #E6E6E6. Windows color (decimal): -2359423 or 8519643. OLE color: 8519643.
HSL color Cylindrical-coordinate representation of color #DBFF81: hue angle of 77.14º 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 #DBFF81 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 129 | - |
| CMYK | 0.14 | 0 | 0.49 | 0 |
| HSL | 77.14º | 1% | 0.75% | - |
| HSV(B) | 77.14º | 0.49% | 1% | - |
| XYZ | 68.94 | 88.17 | 34.15 | - |
| YUV | 229.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 129 | 0.14 | 0 | 0.49 | 0 | 77.14 | 1 | 0.75 |
| Hex | DB | FF | 81 | E | 0 | 31 | 0 | 4D | 64 | 4B |
| Octal | 333 | 377 | 201 | 16 | 0 | 61 | 0 | 115 | 144 | 113 |
| Binary | 11011011 | 11111111 | 10000001 | 1110 | 0 | 110001 | 0 | 1001101 | 1100100 | 1001011 |
Color Harmonies of #DBFF81
Complementary color
Monochromatic Colors of #DBFF81
Black with #DBFF81
Text Example
Text Example
White with #DBFF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF81; }
p { color: rgb(219,255,129); }
H1.HeaderClassName
{
color: #DBFF81;
}
.AnyTagClassName
{
color: #DBFF81;
}
</style>
background-color css
<style>
a { background-color: #DBFF81; }
a { background-color: rgb(219,255,129); }
div.DivClassName
{
background-color: #DBFF81;
}
.BgClassName
{
background-color: #DBFF81;
}
</style>
border-color css
<style>
span { border-color: #DBFF81; }
span { border-color: rgb(219,255,129); }
td.TdClassName
{
border-color: #DBFF81;
}
.TagClassName
{
border-color: #DBFF81;
}
</style>