Shades of Sulu #DBFE81
Tints of Sulu #DBFE81
RGB
CMYK
RGB Variations
Color information
#DBFE81 (or 0xDBFE81) is known color: Sulu. HEX triplet: DB, FE and 81. RGB value is (219,254,129). Sum of RGB (Red+Green+Blue) = 219+254+129=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 129 (50.78% from 255 or 21.43% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE81 is #24017E. Grayscale: #E5E5E5. Windows color (decimal): -2359679 or 8519387. OLE color: 8519387.
HSL color Cylindrical-coordinate representation of color #DBFE81: hue angle of 76.8º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBFE81 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 129 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.00 |
| HSL | 76.8º | 0.98% | 0.75% | - |
| HSV(B) | 76.8º | 0.49% | 1% | - |
| XYZ | 68.62 | 87.53 | 34.05 | - |
| YUV | 229.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 129 | 0.14 | 0 | 0.49 | 0.00 | 76.8 | 0.98 | 0.75 |
| Hex | DB | FE | 81 | E | 0 | 31 | 0 | 4D | 62 | 4B |
| Octal | 333 | 376 | 201 | 16 | 0 | 61 | 0 | 115 | 142 | 113 |
| Binary | 11011011 | 11111110 | 10000001 | 1110 | 0 | 110001 | 0 | 1001101 | 1100010 | 1001011 |
Color Harmonies of #DBFE81
Complementary color
Monochromatic Colors of #DBFE81
Black with #DBFE81
Text Example
Text Example
White with #DBFE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE81; }
p { color: rgb(219,254,129); }
H1.HeaderClassName
{
color: #DBFE81;
}
.AnyTagClassName
{
color: #DBFE81;
}
</style>
background-color css
<style>
a { background-color: #DBFE81; }
a { background-color: rgb(219,254,129); }
div.DivClassName
{
background-color: #DBFE81;
}
.BgClassName
{
background-color: #DBFE81;
}
</style>
border-color css
<style>
span { border-color: #DBFE81; }
span { border-color: rgb(219,254,129); }
td.TdClassName
{
border-color: #DBFE81;
}
.TagClassName
{
border-color: #DBFE81;
}
</style>