Shades of Sulu #D6F986
Tints of Sulu #D6F986
RGB
CMYK
RGB Variations
Color information
#D6F986 (or 0xD6F986) is known color: Sulu. HEX triplet: D6, F9 and 86. RGB value is (214,249,134). Sum of RGB (Red+Green+Blue) = 214+249+134=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F986 is #290679. Grayscale: #E1E1E1. Windows color (decimal): -2688634 or 8845782. OLE color: 8845782.
HSL color Cylindrical-coordinate representation of color #D6F986: hue angle of 78.26º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6F986 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 249 | 134 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.02 |
| HSL | 78.26º | 0.91% | 0.75% | - |
| HSV(B) | 78.26º | 0.46% | 0.98% | - |
| XYZ | 65.91 | 83.77 | 35.25 | - |
| YUV | 225.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 249 | 134 | 0.14 | 0 | 0.46 | 0.02 | 78.26 | 0.91 | 0.75 |
| Hex | D6 | F9 | 86 | E | 0 | 2E | 2 | 4E | 5B | 4B |
| Octal | 326 | 371 | 206 | 16 | 0 | 56 | 2 | 116 | 133 | 113 |
| Binary | 11010110 | 11111001 | 10000110 | 1110 | 0 | 101110 | 10 | 1001110 | 1011011 | 1001011 |
Color Harmonies of #D6F986
Complementary color
Monochromatic Colors of #D6F986
Black with #D6F986
Text Example
Text Example
White with #D6F986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F986; }
p { color: rgb(214,249,134); }
H1.HeaderClassName
{
color: #D6F986;
}
.AnyTagClassName
{
color: #D6F986;
}
</style>
background-color css
<style>
a { background-color: #D6F986; }
a { background-color: rgb(214,249,134); }
div.DivClassName
{
background-color: #D6F986;
}
.BgClassName
{
background-color: #D6F986;
}
</style>
border-color css
<style>
span { border-color: #D6F986; }
span { border-color: rgb(214,249,134); }
td.TdClassName
{
border-color: #D6F986;
}
.TagClassName
{
border-color: #D6F986;
}
</style>