Shades of Sulu #D2EB86
Tints of Sulu #D2EB86
RGB
CMYK
RGB Variations
Color information
#D2EB86 (or 0xD2EB86) is known color: Sulu. HEX triplet: D2, EB and 86. RGB value is (210,235,134). Sum of RGB (Red+Green+Blue) = 210+235+134=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EB86 is #2D1479. Grayscale: #D8D8D8. Windows color (decimal): -2954362 or 8842194. OLE color: 8842194.
HSL color Cylindrical-coordinate representation of color #D2EB86: hue angle of 74.85º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2EB86 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 134 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.08 |
| HSL | 74.85º | 0.72% | 0.72% | - |
| HSV(B) | 74.85º | 0.43% | 0.92% | - |
| XYZ | 60.59 | 74.84 | 33.81 | - |
| YUV | 216.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 134 | 0.11 | 0 | 0.43 | 0.08 | 74.85 | 0.72 | 0.72 |
| Hex | D2 | EB | 86 | B | 0 | 2B | 8 | 4B | 48 | 48 |
| Octal | 322 | 353 | 206 | 13 | 0 | 53 | 10 | 113 | 110 | 110 |
| Binary | 11010010 | 11101011 | 10000110 | 1011 | 0 | 101011 | 1000 | 1001011 | 1001000 | 1001000 |
Color Harmonies of #D2EB86
Complementary color
Monochromatic Colors of #D2EB86
Black with #D2EB86
Text Example
Text Example
White with #D2EB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB86; }
p { color: rgb(210,235,134); }
H1.HeaderClassName
{
color: #D2EB86;
}
.AnyTagClassName
{
color: #D2EB86;
}
</style>
background-color css
<style>
a { background-color: #D2EB86; }
a { background-color: rgb(210,235,134); }
div.DivClassName
{
background-color: #D2EB86;
}
.BgClassName
{
background-color: #D2EB86;
}
</style>
border-color css
<style>
span { border-color: #D2EB86; }
span { border-color: rgb(210,235,134); }
td.TdClassName
{
border-color: #D2EB86;
}
.TagClassName
{
border-color: #D2EB86;
}
</style>