Shades of Sulu #DBFD86
Tints of Sulu #DBFD86
RGB
CMYK
RGB Variations
Color information
#DBFD86 (or 0xDBFD86) is known color: Sulu. HEX triplet: DB, FD and 86. RGB value is (219,253,134). Sum of RGB (Red+Green+Blue) = 219+253+134=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD86 is #240279. Grayscale: #E5E5E5. Windows color (decimal): -2359930 or 8846811. OLE color: 8846811.
HSL color Cylindrical-coordinate representation of color #DBFD86: hue angle of 77.14º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBFD86 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 134 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.01 |
| HSL | 77.14º | 0.97% | 0.76% | - |
| HSV(B) | 77.14º | 0.47% | 0.99% | - |
| XYZ | 68.64 | 87.03 | 35.74 | - |
| YUV | 229.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 134 | 0.13 | 0 | 0.47 | 0.01 | 77.14 | 0.97 | 0.76 |
| Hex | DB | FD | 86 | D | 0 | 2F | 1 | 4D | 61 | 4C |
| Octal | 333 | 375 | 206 | 15 | 0 | 57 | 1 | 115 | 141 | 114 |
| Binary | 11011011 | 11111101 | 10000110 | 1101 | 0 | 101111 | 1 | 1001101 | 1100001 | 1001100 |
Color Harmonies of #DBFD86
Complementary color
Monochromatic Colors of #DBFD86
Black with #DBFD86
Text Example
Text Example
White with #DBFD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD86; }
p { color: rgb(219,253,134); }
H1.HeaderClassName
{
color: #DBFD86;
}
.AnyTagClassName
{
color: #DBFD86;
}
</style>
background-color css
<style>
a { background-color: #DBFD86; }
a { background-color: rgb(219,253,134); }
div.DivClassName
{
background-color: #DBFD86;
}
.BgClassName
{
background-color: #DBFD86;
}
</style>
border-color css
<style>
span { border-color: #DBFD86; }
span { border-color: rgb(219,253,134); }
td.TdClassName
{
border-color: #DBFD86;
}
.TagClassName
{
border-color: #DBFD86;
}
</style>