Shades of Mindaro #D6E485
Tints of Mindaro #D6E485
RGB
CMYK
RGB Variations
Color information
#D6E485 (or 0xD6E485) is known color: Mindaro. HEX triplet: D6, E4 and 85. RGB value is (214,228,133). Sum of RGB (Red+Green+Blue) = 214+228+133=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E485 is #291B7A. Grayscale: #D5D5D5. Windows color (decimal): -2694011 or 8774870. OLE color: 8774870.
HSL color Cylindrical-coordinate representation of color #D6E485: hue angle of 68.84º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6E485 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 228 | 133 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.11 |
| HSL | 68.84º | 0.64% | 0.71% | - |
| HSV(B) | 68.84º | 0.42% | 0.89% | - |
| XYZ | 59.71 | 71.48 | 32.84 | - |
| YUV | 212.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 228 | 133 | 0.06 | 0 | 0.42 | 0.11 | 68.84 | 0.64 | 0.71 |
| Hex | D6 | E4 | 85 | 6 | 0 | 2A | B | 45 | 40 | 47 |
| Octal | 326 | 344 | 205 | 6 | 0 | 52 | 13 | 105 | 100 | 107 |
| Binary | 11010110 | 11100100 | 10000101 | 110 | 0 | 101010 | 1011 | 1000101 | 1000000 | 1000111 |
Color Harmonies of #D6E485
Complementary color
Monochromatic Colors of #D6E485
Black with #D6E485
Text Example
Text Example
White with #D6E485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E485; }
p { color: rgb(214,228,133); }
H1.HeaderClassName
{
color: #D6E485;
}
.AnyTagClassName
{
color: #D6E485;
}
</style>
background-color css
<style>
a { background-color: #D6E485; }
a { background-color: rgb(214,228,133); }
div.DivClassName
{
background-color: #D6E485;
}
.BgClassName
{
background-color: #D6E485;
}
</style>
border-color css
<style>
span { border-color: #D6E485; }
span { border-color: rgb(214,228,133); }
td.TdClassName
{
border-color: #D6E485;
}
.TagClassName
{
border-color: #D6E485;
}
</style>