Shades of Sulu #D8EC86
Tints of Sulu #D8EC86
RGB
CMYK
RGB Variations
Color information
#D8EC86 (or 0xD8EC86) is known color: Sulu. HEX triplet: D8, EC and 86. RGB value is (216,236,134). Sum of RGB (Red+Green+Blue) = 216+236+134=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EC86 is #271379. Grayscale: #DADADA. Windows color (decimal): -2560890 or 8842456. OLE color: 8842456.
HSL color Cylindrical-coordinate representation of color #D8EC86: hue angle of 71.76º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8EC86 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 134 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.07 |
| HSL | 71.76º | 0.73% | 0.73% | - |
| HSV(B) | 71.76º | 0.43% | 0.93% | - |
| XYZ | 62.62 | 76.31 | 33.98 | - |
| YUV | 218.39 | 80.37 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 134 | 0.08 | 0 | 0.43 | 0.07 | 71.76 | 0.73 | 0.73 |
| Hex | D8 | EC | 86 | 8 | 0 | 2B | 7 | 48 | 49 | 49 |
| Octal | 330 | 354 | 206 | 10 | 0 | 53 | 7 | 110 | 111 | 111 |
| Binary | 11011000 | 11101100 | 10000110 | 1000 | 0 | 101011 | 111 | 1001000 | 1001001 | 1001001 |
Color Harmonies of #D8EC86
Complementary color
Monochromatic Colors of #D8EC86
Black with #D8EC86
Text Example
Text Example
White with #D8EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EC86; }
p { color: rgb(216,236,134); }
H1.HeaderClassName
{
color: #D8EC86;
}
.AnyTagClassName
{
color: #D8EC86;
}
</style>
background-color css
<style>
a { background-color: #D8EC86; }
a { background-color: rgb(216,236,134); }
div.DivClassName
{
background-color: #D8EC86;
}
.BgClassName
{
background-color: #D8EC86;
}
</style>
border-color css
<style>
span { border-color: #D8EC86; }
span { border-color: rgb(216,236,134); }
td.TdClassName
{
border-color: #D8EC86;
}
.TagClassName
{
border-color: #D8EC86;
}
</style>