Shades of Mindaro #D6E862
Tints of Mindaro #D6E862
RGB
CMYK
RGB Variations
Color information
#D6E862 (or 0xD6E862) is known color: Mindaro. HEX triplet: D6, E8 and 62. RGB value is (214,232,98). Sum of RGB (Red+Green+Blue) = 214+232+98=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E862 is #29179D. Grayscale: #D3D3D3. Windows color (decimal): -2693022 or 6482134. OLE color: 6482134.
HSL color Cylindrical-coordinate representation of color #D6E862: hue angle of 68.06º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6E862 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 232 | 98 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.09 |
| HSL | 68.06º | 0.74% | 0.65% | - |
| HSV(B) | 68.06º | 0.58% | 0.91% | - |
| XYZ | 58.79 | 72.89 | 22.53 | - |
| YUV | 211.34 | 64.04 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 232 | 98 | 0.08 | 0 | 0.58 | 0.09 | 68.06 | 0.74 | 0.65 |
| Hex | D6 | E8 | 62 | 8 | 0 | 3A | 9 | 44 | 4A | 41 |
| Octal | 326 | 350 | 142 | 10 | 0 | 72 | 11 | 104 | 112 | 101 |
| Binary | 11010110 | 11101000 | 1100010 | 1000 | 0 | 111010 | 1001 | 1000100 | 1001010 | 1000001 |
Color Harmonies of #D6E862
Complementary color
Monochromatic Colors of #D6E862
Black with #D6E862
Text Example
Text Example
White with #D6E862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E862; }
p { color: rgb(214,232,98); }
H1.HeaderClassName
{
color: #D6E862;
}
.AnyTagClassName
{
color: #D6E862;
}
</style>
background-color css
<style>
a { background-color: #D6E862; }
a { background-color: rgb(214,232,98); }
div.DivClassName
{
background-color: #D6E862;
}
.BgClassName
{
background-color: #D6E862;
}
</style>
border-color css
<style>
span { border-color: #D6E862; }
span { border-color: rgb(214,232,98); }
td.TdClassName
{
border-color: #D6E862;
}
.TagClassName
{
border-color: #D6E862;
}
</style>