Shades of Sulu #D3E486
Tints of Sulu #D3E486
RGB
CMYK
RGB Variations
Color information
#D3E486 (or 0xD3E486) is known color: Sulu. HEX triplet: D3, E4 and 86. RGB value is (211,228,134). Sum of RGB (Red+Green+Blue) = 211+228+134=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E486 is #2C1B79. Grayscale: #D4D4D4. Windows color (decimal): -2890618 or 8840403. OLE color: 8840403.
HSL color Cylindrical-coordinate representation of color #D3E486: hue angle of 70.85º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3E486 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 228 | 134 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.11 |
| HSL | 70.85º | 0.64% | 0.71% | - |
| HSV(B) | 70.85º | 0.41% | 0.89% | - |
| XYZ | 58.91 | 71.06 | 33.16 | - |
| YUV | 212.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 228 | 134 | 0.07 | 0 | 0.41 | 0.11 | 70.85 | 0.64 | 0.71 |
| Hex | D3 | E4 | 86 | 7 | 0 | 29 | B | 47 | 40 | 47 |
| Octal | 323 | 344 | 206 | 7 | 0 | 51 | 13 | 107 | 100 | 107 |
| Binary | 11010011 | 11100100 | 10000110 | 111 | 0 | 101001 | 1011 | 1000111 | 1000000 | 1000111 |
Color Harmonies of #D3E486
Complementary color
Monochromatic Colors of #D3E486
Black with #D3E486
Text Example
Text Example
White with #D3E486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E486; }
p { color: rgb(211,228,134); }
H1.HeaderClassName
{
color: #D3E486;
}
.AnyTagClassName
{
color: #D3E486;
}
</style>
background-color css
<style>
a { background-color: #D3E486; }
a { background-color: rgb(211,228,134); }
div.DivClassName
{
background-color: #D3E486;
}
.BgClassName
{
background-color: #D3E486;
}
</style>
border-color css
<style>
span { border-color: #D3E486; }
span { border-color: rgb(211,228,134); }
td.TdClassName
{
border-color: #D3E486;
}
.TagClassName
{
border-color: #D3E486;
}
</style>