Shades of Sulu #D9FA86
Tints of Sulu #D9FA86
RGB
CMYK
RGB Variations
Color information
#D9FA86 (or 0xD9FA86) is known color: Sulu. HEX triplet: D9, FA and 86. RGB value is (217,250,134). Sum of RGB (Red+Green+Blue) = 217+250+134=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FA86 is #260579. Grayscale: #E3E3E3. Windows color (decimal): -2491770 or 8846041. OLE color: 8846041.
HSL color Cylindrical-coordinate representation of color #D9FA86: hue angle of 77.07º 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 #D9FA86 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 134 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.02 |
| HSL | 77.07º | 0.92% | 0.75% | - |
| HSV(B) | 77.07º | 0.46% | 0.98% | - |
| XYZ | 67.1 | 84.84 | 35.39 | - |
| YUV | 226.91 | 75.57 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 134 | 0.13 | 0 | 0.46 | 0.02 | 77.07 | 0.92 | 0.75 |
| Hex | D9 | FA | 86 | D | 0 | 2E | 2 | 4D | 5C | 4B |
| Octal | 331 | 372 | 206 | 15 | 0 | 56 | 2 | 115 | 134 | 113 |
| Binary | 11011001 | 11111010 | 10000110 | 1101 | 0 | 101110 | 10 | 1001101 | 1011100 | 1001011 |
Color Harmonies of #D9FA86
Complementary color
Monochromatic Colors of #D9FA86
Black with #D9FA86
Text Example
Text Example
White with #D9FA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FA86; }
p { color: rgb(217,250,134); }
H1.HeaderClassName
{
color: #D9FA86;
}
.AnyTagClassName
{
color: #D9FA86;
}
</style>
background-color css
<style>
a { background-color: #D9FA86; }
a { background-color: rgb(217,250,134); }
div.DivClassName
{
background-color: #D9FA86;
}
.BgClassName
{
background-color: #D9FA86;
}
</style>
border-color css
<style>
span { border-color: #D9FA86; }
span { border-color: rgb(217,250,134); }
td.TdClassName
{
border-color: #D9FA86;
}
.TagClassName
{
border-color: #D9FA86;
}
</style>