Shades of Sulu #D1F986
Tints of Sulu #D1F986
RGB
CMYK
RGB Variations
Color information
#D1F986 (or 0xD1F986) is known color: Sulu. HEX triplet: D1, F9 and 86. RGB value is (209,249,134). Sum of RGB (Red+Green+Blue) = 209+249+134=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 134 (52.73% from 255 or 22.64% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F986 is #2E0679. Grayscale: #E0E0E0. Windows color (decimal): -3016314 or 8845777. OLE color: 8845777.
HSL color Cylindrical-coordinate representation of color #D1F986: hue angle of 80.87º 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 #D1F986 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 134 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.02 |
| HSL | 80.87º | 0.91% | 0.75% | - |
| HSV(B) | 80.87º | 0.46% | 0.98% | - |
| XYZ | 64.47 | 83.03 | 35.18 | - |
| YUV | 223.93 | 77.25 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 134 | 0.16 | 0 | 0.46 | 0.02 | 80.87 | 0.91 | 0.75 |
| Hex | D1 | F9 | 86 | 10 | 0 | 2E | 2 | 51 | 5B | 4B |
| Octal | 321 | 371 | 206 | 20 | 0 | 56 | 2 | 121 | 133 | 113 |
| Binary | 11010001 | 11111001 | 10000110 | 10000 | 0 | 101110 | 10 | 1010001 | 1011011 | 1001011 |
Color Harmonies of #D1F986
Complementary color
Monochromatic Colors of #D1F986
Black with #D1F986
Text Example
Text Example
White with #D1F986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F986; }
p { color: rgb(209,249,134); }
H1.HeaderClassName
{
color: #D1F986;
}
.AnyTagClassName
{
color: #D1F986;
}
</style>
background-color css
<style>
a { background-color: #D1F986; }
a { background-color: rgb(209,249,134); }
div.DivClassName
{
background-color: #D1F986;
}
.BgClassName
{
background-color: #D1F986;
}
</style>
border-color css
<style>
span { border-color: #D1F986; }
span { border-color: rgb(209,249,134); }
td.TdClassName
{
border-color: #D1F986;
}
.TagClassName
{
border-color: #D1F986;
}
</style>