Shades of Mindaro #D6F460
Tints of Mindaro #D6F460
RGB
CMYK
RGB Variations
Color information
#D6F460 (or 0xD6F460) is known color: Mindaro. HEX triplet: D6, F4 and 60. RGB value is (214,244,96). Sum of RGB (Red+Green+Blue) = 214+244+96=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F460 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F460 is #290B9F. Grayscale: #DADADA. Windows color (decimal): -2689952 or 6354134. OLE color: 6354134.
HSL color Cylindrical-coordinate representation of color #D6F460: hue angle of 72.16º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6F460 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 244 | 96 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.04 |
| HSL | 72.16º | 0.87% | 0.67% | - |
| HSV(B) | 72.16º | 0.61% | 0.96% | - |
| XYZ | 62.19 | 79.84 | 23.2 | - |
| YUV | 218.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 244 | 96 | 0.12 | 0 | 0.61 | 0.04 | 72.16 | 0.87 | 0.67 |
| Hex | D6 | F4 | 60 | C | 0 | 3D | 4 | 48 | 57 | 43 |
| Octal | 326 | 364 | 140 | 14 | 0 | 75 | 4 | 110 | 127 | 103 |
| Binary | 11010110 | 11110100 | 1100000 | 1100 | 0 | 111101 | 100 | 1001000 | 1010111 | 1000011 |
Color Harmonies of #D6F460
Complementary color
Monochromatic Colors of #D6F460
Black with #D6F460
Text Example
Text Example
White with #D6F460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F460; }
p { color: rgb(214,244,96); }
H1.HeaderClassName
{
color: #D6F460;
}
.AnyTagClassName
{
color: #D6F460;
}
</style>
background-color css
<style>
a { background-color: #D6F460; }
a { background-color: rgb(214,244,96); }
div.DivClassName
{
background-color: #D6F460;
}
.BgClassName
{
background-color: #D6F460;
}
</style>
border-color css
<style>
span { border-color: #D6F460; }
span { border-color: rgb(214,244,96); }
td.TdClassName
{
border-color: #D6F460;
}
.TagClassName
{
border-color: #D6F460;
}
</style>