Shades of Mindaro #D6F16F
Tints of Mindaro #D6F16F
RGB
CMYK
RGB Variations
Color information
#D6F16F (or 0xD6F16F) is known color: Mindaro. HEX triplet: D6, F1 and 6F. RGB value is (214,241,111). Sum of RGB (Red+Green+Blue) = 214+241+111=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F16F is #290E90. Grayscale: #DADADA. Windows color (decimal): -2690705 or 7336406. OLE color: 7336406.
HSL color Cylindrical-coordinate representation of color #D6F16F: hue angle of 72.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6F16F is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 111 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.05 |
| HSL | 72.46º | 0.82% | 0.69% | - |
| HSV(B) | 72.46º | 0.54% | 0.95% | - |
| XYZ | 62.06 | 78.35 | 26.89 | - |
| YUV | 218.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 111 | 0.11 | 0 | 0.54 | 0.05 | 72.46 | 0.82 | 0.69 |
| Hex | D6 | F1 | 6F | B | 0 | 36 | 5 | 48 | 52 | 45 |
| Octal | 326 | 361 | 157 | 13 | 0 | 66 | 5 | 110 | 122 | 105 |
| Binary | 11010110 | 11110001 | 1101111 | 1011 | 0 | 110110 | 101 | 1001000 | 1010010 | 1000101 |
Color Harmonies of #D6F16F
Complementary color
Monochromatic Colors of #D6F16F
Black with #D6F16F
Text Example
Text Example
White with #D6F16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F16F; }
p { color: rgb(214,241,111); }
H1.HeaderClassName
{
color: #D6F16F;
}
.AnyTagClassName
{
color: #D6F16F;
}
</style>
background-color css
<style>
a { background-color: #D6F16F; }
a { background-color: rgb(214,241,111); }
div.DivClassName
{
background-color: #D6F16F;
}
.BgClassName
{
background-color: #D6F16F;
}
</style>
border-color css
<style>
span { border-color: #D6F16F; }
span { border-color: rgb(214,241,111); }
td.TdClassName
{
border-color: #D6F16F;
}
.TagClassName
{
border-color: #D6F16F;
}
</style>