Shades of Sulu #D3EC8D
Tints of Sulu #D3EC8D
RGB
CMYK
RGB Variations
Color information
#D3EC8D (or 0xD3EC8D) is known color: Sulu. HEX triplet: D3, EC and 8D. RGB value is (211,236,141). Sum of RGB (Red+Green+Blue) = 211+236+141=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EC8D is #2C1372. Grayscale: #DADADA. Windows color (decimal): -2888563 or 9301203. OLE color: 9301203.
HSL color Cylindrical-coordinate representation of color #D3EC8D: hue angle of 75.79º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3EC8D is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 141 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.07 |
| HSL | 75.79º | 0.71% | 0.74% | - |
| HSV(B) | 75.79º | 0.4% | 0.93% | - |
| XYZ | 61.67 | 75.76 | 36.57 | - |
| YUV | 217.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 141 | 0.11 | 0 | 0.40 | 0.07 | 75.79 | 0.71 | 0.74 |
| Hex | D3 | EC | 8D | B | 0 | 28 | 7 | 4C | 47 | 4A |
| Octal | 323 | 354 | 215 | 13 | 0 | 50 | 7 | 114 | 107 | 112 |
| Binary | 11010011 | 11101100 | 10001101 | 1011 | 0 | 101000 | 111 | 1001100 | 1000111 | 1001010 |
Color Harmonies of #D3EC8D
Complementary color
Monochromatic Colors of #D3EC8D
Black with #D3EC8D
Text Example
Text Example
White with #D3EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EC8D; }
p { color: rgb(211,236,141); }
H1.HeaderClassName
{
color: #D3EC8D;
}
.AnyTagClassName
{
color: #D3EC8D;
}
</style>
background-color css
<style>
a { background-color: #D3EC8D; }
a { background-color: rgb(211,236,141); }
div.DivClassName
{
background-color: #D3EC8D;
}
.BgClassName
{
background-color: #D3EC8D;
}
</style>
border-color css
<style>
span { border-color: #D3EC8D; }
span { border-color: rgb(211,236,141); }
td.TdClassName
{
border-color: #D3EC8D;
}
.TagClassName
{
border-color: #D3EC8D;
}
</style>