Shades of Sulu #D2F586
Tints of Sulu #D2F586
RGB
CMYK
RGB Variations
Color information
#D2F586 (or 0xD2F586) is known color: Sulu. HEX triplet: D2, F5 and 86. RGB value is (210,245,134). Sum of RGB (Red+Green+Blue) = 210+245+134=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F586 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F586 is #2D0A79. Grayscale: #DEDEDE. Windows color (decimal): -2951802 or 8844754. OLE color: 8844754.
HSL color Cylindrical-coordinate representation of color #D2F586: hue angle of 78.92º 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 #D2F586 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 134 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.04 |
| HSL | 78.92º | 0.85% | 0.74% | - |
| HSV(B) | 78.92º | 0.45% | 0.96% | - |
| XYZ | 63.53 | 80.73 | 34.79 | - |
| YUV | 221.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 134 | 0.14 | 0 | 0.45 | 0.04 | 78.92 | 0.85 | 0.74 |
| Hex | D2 | F5 | 86 | E | 0 | 2D | 4 | 4F | 55 | 4A |
| Octal | 322 | 365 | 206 | 16 | 0 | 55 | 4 | 117 | 125 | 112 |
| Binary | 11010010 | 11110101 | 10000110 | 1110 | 0 | 101101 | 100 | 1001111 | 1010101 | 1001010 |
Color Harmonies of #D2F586
Complementary color
Monochromatic Colors of #D2F586
Black with #D2F586
Text Example
Text Example
White with #D2F586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F586; }
p { color: rgb(210,245,134); }
H1.HeaderClassName
{
color: #D2F586;
}
.AnyTagClassName
{
color: #D2F586;
}
</style>
background-color css
<style>
a { background-color: #D2F586; }
a { background-color: rgb(210,245,134); }
div.DivClassName
{
background-color: #D2F586;
}
.BgClassName
{
background-color: #D2F586;
}
</style>
border-color css
<style>
span { border-color: #D2F586; }
span { border-color: rgb(210,245,134); }
td.TdClassName
{
border-color: #D2F586;
}
.TagClassName
{
border-color: #D2F586;
}
</style>