Shades of Sulu #D2F686
Tints of Sulu #D2F686
RGB
CMYK
RGB Variations
Color information
#D2F686 (or 0xD2F686) is known color: Sulu. HEX triplet: D2, F6 and 86. RGB value is (210,246,134). Sum of RGB (Red+Green+Blue) = 210+246+134=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F686 is #2D0979. Grayscale: #DEDEDE. Windows color (decimal): -2951546 or 8845010. OLE color: 8845010.
HSL color Cylindrical-coordinate representation of color #D2F686: hue angle of 79.29º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2F686 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 246 | 134 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.04 |
| HSL | 79.29º | 0.86% | 0.75% | - |
| HSV(B) | 79.29º | 0.46% | 0.96% | - |
| XYZ | 63.84 | 81.33 | 34.89 | - |
| YUV | 222.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 134 | 0.15 | 0 | 0.46 | 0.04 | 79.29 | 0.86 | 0.75 |
| Hex | D2 | F6 | 86 | F | 0 | 2E | 4 | 4F | 56 | 4B |
| Octal | 322 | 366 | 206 | 17 | 0 | 56 | 4 | 117 | 126 | 113 |
| Binary | 11010010 | 11110110 | 10000110 | 1111 | 0 | 101110 | 100 | 1001111 | 1010110 | 1001011 |
Color Harmonies of #D2F686
Complementary color
Monochromatic Colors of #D2F686
Black with #D2F686
Text Example
Text Example
White with #D2F686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F686; }
p { color: rgb(210,246,134); }
H1.HeaderClassName
{
color: #D2F686;
}
.AnyTagClassName
{
color: #D2F686;
}
</style>
background-color css
<style>
a { background-color: #D2F686; }
a { background-color: rgb(210,246,134); }
div.DivClassName
{
background-color: #D2F686;
}
.BgClassName
{
background-color: #D2F686;
}
</style>
border-color css
<style>
span { border-color: #D2F686; }
span { border-color: rgb(210,246,134); }
td.TdClassName
{
border-color: #D2F686;
}
.TagClassName
{
border-color: #D2F686;
}
</style>