Shades of Mindaro #D6F862
Tints of Mindaro #D6F862
RGB
CMYK
RGB Variations
Color information
#D6F862 (or 0xD6F862) is known color: Mindaro. HEX triplet: D6, F8 and 62. RGB value is (214,248,98). Sum of RGB (Red+Green+Blue) = 214+248+98=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 98 (38.67% from 255 or 17.5% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F862 is #29079D. Grayscale: #DDDDDD. Windows color (decimal): -2688926 or 6486230. OLE color: 6486230.
HSL color Cylindrical-coordinate representation of color #D6F862: hue angle of 73.6º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6F862 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 248 | 98 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.03 |
| HSL | 73.6º | 0.91% | 0.68% | - |
| HSV(B) | 73.6º | 0.6% | 0.97% | - |
| XYZ | 63.5 | 82.31 | 24.1 | - |
| YUV | 220.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 248 | 98 | 0.14 | 0 | 0.60 | 0.03 | 73.6 | 0.91 | 0.68 |
| Hex | D6 | F8 | 62 | E | 0 | 3C | 3 | 4A | 5B | 44 |
| Octal | 326 | 370 | 142 | 16 | 0 | 74 | 3 | 112 | 133 | 104 |
| Binary | 11010110 | 11111000 | 1100010 | 1110 | 0 | 111100 | 11 | 1001010 | 1011011 | 1000100 |
Color Harmonies of #D6F862
Complementary color
Monochromatic Colors of #D6F862
Black with #D6F862
Text Example
Text Example
White with #D6F862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F862; }
p { color: rgb(214,248,98); }
H1.HeaderClassName
{
color: #D6F862;
}
.AnyTagClassName
{
color: #D6F862;
}
</style>
background-color css
<style>
a { background-color: #D6F862; }
a { background-color: rgb(214,248,98); }
div.DivClassName
{
background-color: #D6F862;
}
.BgClassName
{
background-color: #D6F862;
}
</style>
border-color css
<style>
span { border-color: #D6F862; }
span { border-color: rgb(214,248,98); }
td.TdClassName
{
border-color: #D6F862;
}
.TagClassName
{
border-color: #D6F862;
}
</style>