Shades of Sulu #D8FB86
Tints of Sulu #D8FB86
RGB
CMYK
RGB Variations
Color information
#D8FB86 (or 0xD8FB86) is known color: Sulu. HEX triplet: D8, FB and 86. RGB value is (216,251,134). Sum of RGB (Red+Green+Blue) = 216+251+134=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FB86 is #270479. Grayscale: #E3E3E3. Windows color (decimal): -2557050 or 8846296. OLE color: 8846296.
HSL color Cylindrical-coordinate representation of color #D8FB86: hue angle of 77.95º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8FB86 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 251 | 134 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.02 |
| HSL | 77.95º | 0.94% | 0.75% | - |
| HSV(B) | 77.95º | 0.47% | 0.98% | - |
| XYZ | 67.12 | 85.31 | 35.48 | - |
| YUV | 227.2 | 75.4 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 251 | 134 | 0.14 | 0 | 0.47 | 0.02 | 77.95 | 0.94 | 0.75 |
| Hex | D8 | FB | 86 | E | 0 | 2F | 2 | 4E | 5E | 4B |
| Octal | 330 | 373 | 206 | 16 | 0 | 57 | 2 | 116 | 136 | 113 |
| Binary | 11011000 | 11111011 | 10000110 | 1110 | 0 | 101111 | 10 | 1001110 | 1011110 | 1001011 |
Color Harmonies of #D8FB86
Complementary color
Monochromatic Colors of #D8FB86
Black with #D8FB86
Text Example
Text Example
White with #D8FB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FB86; }
p { color: rgb(216,251,134); }
H1.HeaderClassName
{
color: #D8FB86;
}
.AnyTagClassName
{
color: #D8FB86;
}
</style>
background-color css
<style>
a { background-color: #D8FB86; }
a { background-color: rgb(216,251,134); }
div.DivClassName
{
background-color: #D8FB86;
}
.BgClassName
{
background-color: #D8FB86;
}
</style>
border-color css
<style>
span { border-color: #D8FB86; }
span { border-color: rgb(216,251,134); }
td.TdClassName
{
border-color: #D8FB86;
}
.TagClassName
{
border-color: #D8FB86;
}
</style>