Shades of Sulu #DBFE86
Tints of Sulu #DBFE86
RGB
CMYK
RGB Variations
Color information
#DBFE86 (or 0xDBFE86) is known color: Sulu. HEX triplet: DB, FE and 86. RGB value is (219,254,134). Sum of RGB (Red+Green+Blue) = 219+254+134=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 134 (52.73% from 255 or 22.08% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE86 is #240179. Grayscale: #E6E6E6. Windows color (decimal): -2359674 or 8847067. OLE color: 8847067.
HSL color Cylindrical-coordinate representation of color #DBFE86: hue angle of 77.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBFE86 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 134 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.00 |
| HSL | 77.5º | 0.98% | 0.76% | - |
| HSV(B) | 77.5º | 0.47% | 1% | - |
| XYZ | 68.96 | 87.66 | 35.84 | - |
| YUV | 229.86 | 73.9 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 134 | 0.14 | 0 | 0.47 | 0.00 | 77.5 | 0.98 | 0.76 |
| Hex | DB | FE | 86 | E | 0 | 2F | 0 | 4E | 62 | 4C |
| Octal | 333 | 376 | 206 | 16 | 0 | 57 | 0 | 116 | 142 | 114 |
| Binary | 11011011 | 11111110 | 10000110 | 1110 | 0 | 101111 | 0 | 1001110 | 1100010 | 1001100 |
Color Harmonies of #DBFE86
Complementary color
Monochromatic Colors of #DBFE86
Black with #DBFE86
Text Example
Text Example
White with #DBFE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE86; }
p { color: rgb(219,254,134); }
H1.HeaderClassName
{
color: #DBFE86;
}
.AnyTagClassName
{
color: #DBFE86;
}
</style>
background-color css
<style>
a { background-color: #DBFE86; }
a { background-color: rgb(219,254,134); }
div.DivClassName
{
background-color: #DBFE86;
}
.BgClassName
{
background-color: #DBFE86;
}
</style>
border-color css
<style>
span { border-color: #DBFE86; }
span { border-color: rgb(219,254,134); }
td.TdClassName
{
border-color: #DBFE86;
}
.TagClassName
{
border-color: #DBFE86;
}
</style>