Shades of Mindaro #D6F071
Tints of Mindaro #D6F071
RGB
CMYK
RGB Variations
Color information
#D6F071 (or 0xD6F071) is known color: Mindaro. HEX triplet: D6, F0 and 71. RGB value is (214,240,113). Sum of RGB (Red+Green+Blue) = 214+240+113=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F071 is #290F8E. Grayscale: #DADADA. Windows color (decimal): -2690959 or 7467222. OLE color: 7467222.
HSL color Cylindrical-coordinate representation of color #D6F071: hue angle of 72.28º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6F071 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 113 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.06 |
| HSL | 72.28º | 0.81% | 0.69% | - |
| HSV(B) | 72.28º | 0.53% | 0.94% | - |
| XYZ | 61.87 | 77.81 | 27.38 | - |
| YUV | 217.75 | 68.89 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 113 | 0.11 | 0 | 0.53 | 0.06 | 72.28 | 0.81 | 0.69 |
| Hex | D6 | F0 | 71 | B | 0 | 35 | 6 | 48 | 51 | 45 |
| Octal | 326 | 360 | 161 | 13 | 0 | 65 | 6 | 110 | 121 | 105 |
| Binary | 11010110 | 11110000 | 1110001 | 1011 | 0 | 110101 | 110 | 1001000 | 1010001 | 1000101 |
Color Harmonies of #D6F071
Complementary color
Monochromatic Colors of #D6F071
Black with #D6F071
Text Example
Text Example
White with #D6F071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F071; }
p { color: rgb(214,240,113); }
H1.HeaderClassName
{
color: #D6F071;
}
.AnyTagClassName
{
color: #D6F071;
}
</style>
background-color css
<style>
a { background-color: #D6F071; }
a { background-color: rgb(214,240,113); }
div.DivClassName
{
background-color: #D6F071;
}
.BgClassName
{
background-color: #D6F071;
}
</style>
border-color css
<style>
span { border-color: #D6F071; }
span { border-color: rgb(214,240,113); }
td.TdClassName
{
border-color: #D6F071;
}
.TagClassName
{
border-color: #D6F071;
}
</style>