Shades of Sulu #D1F586
Tints of Sulu #D1F586
RGB
CMYK
RGB Variations
Color information
#D1F586 (or 0xD1F586) is known color: Sulu. HEX triplet: D1, F5 and 86. RGB value is (209,245,134). Sum of RGB (Red+Green+Blue) = 209+245+134=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F586 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F586 is #2E0A79. Grayscale: #DDDDDD. Windows color (decimal): -3017338 or 8844753. OLE color: 8844753.
HSL color Cylindrical-coordinate representation of color #D1F586: hue angle of 79.46º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1F586 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 134 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.04 |
| HSL | 79.46º | 0.85% | 0.74% | - |
| HSV(B) | 79.46º | 0.45% | 0.96% | - |
| XYZ | 63.25 | 80.58 | 34.77 | - |
| YUV | 221.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 134 | 0.15 | 0 | 0.45 | 0.04 | 79.46 | 0.85 | 0.74 |
| Hex | D1 | F5 | 86 | F | 0 | 2D | 4 | 4F | 55 | 4A |
| Octal | 321 | 365 | 206 | 17 | 0 | 55 | 4 | 117 | 125 | 112 |
| Binary | 11010001 | 11110101 | 10000110 | 1111 | 0 | 101101 | 100 | 1001111 | 1010101 | 1001010 |
Color Harmonies of #D1F586
Complementary color
Monochromatic Colors of #D1F586
Black with #D1F586
Text Example
Text Example
White with #D1F586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F586; }
p { color: rgb(209,245,134); }
H1.HeaderClassName
{
color: #D1F586;
}
.AnyTagClassName
{
color: #D1F586;
}
</style>
background-color css
<style>
a { background-color: #D1F586; }
a { background-color: rgb(209,245,134); }
div.DivClassName
{
background-color: #D1F586;
}
.BgClassName
{
background-color: #D1F586;
}
</style>
border-color css
<style>
span { border-color: #D1F586; }
span { border-color: rgb(209,245,134); }
td.TdClassName
{
border-color: #D1F586;
}
.TagClassName
{
border-color: #D1F586;
}
</style>