Shades of Mindaro #D8E361
Tints of Mindaro #D8E361
RGB
CMYK
RGB Variations
Color information
#D8E361 (or 0xD8E361) is known color: Mindaro. HEX triplet: D8, E3 and 61. RGB value is (216,227,97). Sum of RGB (Red+Green+Blue) = 216+227+97=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #D8E361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E361 is #271C9E. Grayscale: #D1D1D1. Windows color (decimal): -2563231 or 6415320. OLE color: 6415320.
HSL color Cylindrical-coordinate representation of color #D8E361: hue angle of 65.08º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8E361 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 227 | 97 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.11 |
| HSL | 65.08º | 0.7% | 0.64% | - |
| HSV(B) | 65.08º | 0.57% | 0.89% | - |
| XYZ | 57.95 | 70.4 | 21.84 | - |
| YUV | 208.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 227 | 97 | 0.05 | 0 | 0.57 | 0.11 | 65.08 | 0.7 | 0.64 |
| Hex | D8 | E3 | 61 | 5 | 0 | 39 | B | 41 | 46 | 40 |
| Octal | 330 | 343 | 141 | 5 | 0 | 71 | 13 | 101 | 106 | 100 |
| Binary | 11011000 | 11100011 | 1100001 | 101 | 0 | 111001 | 1011 | 1000001 | 1000110 | 1000000 |
Color Harmonies of #D8E361
Complementary color
Monochromatic Colors of #D8E361
Black with #D8E361
Text Example
Text Example
White with #D8E361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E361; }
p { color: rgb(216,227,97); }
H1.HeaderClassName
{
color: #D8E361;
}
.AnyTagClassName
{
color: #D8E361;
}
</style>
background-color css
<style>
a { background-color: #D8E361; }
a { background-color: rgb(216,227,97); }
div.DivClassName
{
background-color: #D8E361;
}
.BgClassName
{
background-color: #D8E361;
}
</style>
border-color css
<style>
span { border-color: #D8E361; }
span { border-color: rgb(216,227,97); }
td.TdClassName
{
border-color: #D8E361;
}
.TagClassName
{
border-color: #D8E361;
}
</style>