Shades of Sulu #D8FC86
Tints of Sulu #D8FC86
RGB
CMYK
RGB Variations
Color information
#D8FC86 (or 0xD8FC86) is known color: Sulu. HEX triplet: D8, FC and 86. RGB value is (216,252,134). Sum of RGB (Red+Green+Blue) = 216+252+134=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FC86 is #270379. Grayscale: #E4E4E4. Windows color (decimal): -2556794 or 8846552. OLE color: 8846552.
HSL color Cylindrical-coordinate representation of color #D8FC86: hue angle of 78.31º degrees, saturation: 0.95, 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 #D8FC86 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 252 | 134 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.01 |
| HSL | 78.31º | 0.95% | 0.76% | - |
| HSV(B) | 78.31º | 0.47% | 0.99% | - |
| XYZ | 67.43 | 85.94 | 35.59 | - |
| YUV | 227.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 252 | 134 | 0.14 | 0 | 0.47 | 0.01 | 78.31 | 0.95 | 0.76 |
| Hex | D8 | FC | 86 | E | 0 | 2F | 1 | 4E | 5F | 4C |
| Octal | 330 | 374 | 206 | 16 | 0 | 57 | 1 | 116 | 137 | 114 |
| Binary | 11011000 | 11111100 | 10000110 | 1110 | 0 | 101111 | 1 | 1001110 | 1011111 | 1001100 |
Color Harmonies of #D8FC86
Complementary color
Monochromatic Colors of #D8FC86
Black with #D8FC86
Text Example
Text Example
White with #D8FC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FC86; }
p { color: rgb(216,252,134); }
H1.HeaderClassName
{
color: #D8FC86;
}
.AnyTagClassName
{
color: #D8FC86;
}
</style>
background-color css
<style>
a { background-color: #D8FC86; }
a { background-color: rgb(216,252,134); }
div.DivClassName
{
background-color: #D8FC86;
}
.BgClassName
{
background-color: #D8FC86;
}
</style>
border-color css
<style>
span { border-color: #D8FC86; }
span { border-color: rgb(216,252,134); }
td.TdClassName
{
border-color: #D8FC86;
}
.TagClassName
{
border-color: #D8FC86;
}
</style>