Shades of Sulu #D6FA86
Tints of Sulu #D6FA86
RGB
CMYK
RGB Variations
Color information
#D6FA86 (or 0xD6FA86) is known color: Sulu. HEX triplet: D6, FA and 86. RGB value is (214,250,134). Sum of RGB (Red+Green+Blue) = 214+250+134=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 134 (52.73% from 255 or 22.41% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FA86 is #290579. Grayscale: #E2E2E2. Windows color (decimal): -2688378 or 8846038. OLE color: 8846038.
HSL color Cylindrical-coordinate representation of color #D6FA86: hue angle of 78.62º degrees, saturation: 0.92, 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 #D6FA86 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 134 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.02 |
| HSL | 78.62º | 0.92% | 0.75% | - |
| HSV(B) | 78.62º | 0.46% | 0.98% | - |
| XYZ | 66.22 | 84.39 | 35.35 | - |
| YUV | 226.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 134 | 0.14 | 0 | 0.46 | 0.02 | 78.62 | 0.92 | 0.75 |
| Hex | D6 | FA | 86 | E | 0 | 2E | 2 | 4F | 5C | 4B |
| Octal | 326 | 372 | 206 | 16 | 0 | 56 | 2 | 117 | 134 | 113 |
| Binary | 11010110 | 11111010 | 10000110 | 1110 | 0 | 101110 | 10 | 1001111 | 1011100 | 1001011 |
Color Harmonies of #D6FA86
Complementary color
Monochromatic Colors of #D6FA86
Black with #D6FA86
Text Example
Text Example
White with #D6FA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA86; }
p { color: rgb(214,250,134); }
H1.HeaderClassName
{
color: #D6FA86;
}
.AnyTagClassName
{
color: #D6FA86;
}
</style>
background-color css
<style>
a { background-color: #D6FA86; }
a { background-color: rgb(214,250,134); }
div.DivClassName
{
background-color: #D6FA86;
}
.BgClassName
{
background-color: #D6FA86;
}
</style>
border-color css
<style>
span { border-color: #D6FA86; }
span { border-color: rgb(214,250,134); }
td.TdClassName
{
border-color: #D6FA86;
}
.TagClassName
{
border-color: #D6FA86;
}
</style>