Shades of Mindaro #D6F07E
Tints of Mindaro #D6F07E
RGB
CMYK
RGB Variations
Color information
#D6F07E (or 0xD6F07E) is known color: Mindaro. HEX triplet: D6, F0 and 7E. RGB value is (214,240,126). Sum of RGB (Red+Green+Blue) = 214+240+126=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F07E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F07E is #290F81. Grayscale: #DBDBDB. Windows color (decimal): -2690946 or 8319190. OLE color: 8319190.
HSL color Cylindrical-coordinate representation of color #D6F07E: hue angle of 73.68º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6F07E is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 126 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.06 |
| HSL | 73.68º | 0.79% | 0.72% | - |
| HSV(B) | 73.68º | 0.48% | 0.94% | - |
| XYZ | 62.66 | 78.12 | 31.52 | - |
| YUV | 219.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 126 | 0.11 | 0 | 0.48 | 0.06 | 73.68 | 0.79 | 0.72 |
| Hex | D6 | F0 | 7E | B | 0 | 30 | 6 | 4A | 4F | 48 |
| Octal | 326 | 360 | 176 | 13 | 0 | 60 | 6 | 112 | 117 | 110 |
| Binary | 11010110 | 11110000 | 1111110 | 1011 | 0 | 110000 | 110 | 1001010 | 1001111 | 1001000 |
Color Harmonies of #D6F07E
Complementary color
Monochromatic Colors of #D6F07E
Black with #D6F07E
Text Example
Text Example
White with #D6F07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F07E; }
p { color: rgb(214,240,126); }
H1.HeaderClassName
{
color: #D6F07E;
}
.AnyTagClassName
{
color: #D6F07E;
}
</style>
background-color css
<style>
a { background-color: #D6F07E; }
a { background-color: rgb(214,240,126); }
div.DivClassName
{
background-color: #D6F07E;
}
.BgClassName
{
background-color: #D6F07E;
}
</style>
border-color css
<style>
span { border-color: #D6F07E; }
span { border-color: rgb(214,240,126); }
td.TdClassName
{
border-color: #D6F07E;
}
.TagClassName
{
border-color: #D6F07E;
}
</style>