Shades of Mindaro #D6F46C
Tints of Mindaro #D6F46C
RGB
CMYK
RGB Variations
Color information
#D6F46C (or 0xD6F46C) is known color: Mindaro. HEX triplet: D6, F4 and 6C. RGB value is (214,244,108). Sum of RGB (Red+Green+Blue) = 214+244+108=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F46C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F46C is #290B93. Grayscale: #DCDCDC. Windows color (decimal): -2689940 or 7140566. OLE color: 7140566.
HSL color Cylindrical-coordinate representation of color #D6F46C: hue angle of 73.24º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6F46C is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 244 | 108 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.04 |
| HSL | 73.24º | 0.86% | 0.69% | - |
| HSV(B) | 73.24º | 0.56% | 0.96% | - |
| XYZ | 62.79 | 80.08 | 26.34 | - |
| YUV | 219.53 | 65.06 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 244 | 108 | 0.12 | 0 | 0.56 | 0.04 | 73.24 | 0.86 | 0.69 |
| Hex | D6 | F4 | 6C | C | 0 | 38 | 4 | 49 | 56 | 45 |
| Octal | 326 | 364 | 154 | 14 | 0 | 70 | 4 | 111 | 126 | 105 |
| Binary | 11010110 | 11110100 | 1101100 | 1100 | 0 | 111000 | 100 | 1001001 | 1010110 | 1000101 |
Color Harmonies of #D6F46C
Complementary color
Monochromatic Colors of #D6F46C
Black with #D6F46C
Text Example
Text Example
White with #D6F46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F46C; }
p { color: rgb(214,244,108); }
H1.HeaderClassName
{
color: #D6F46C;
}
.AnyTagClassName
{
color: #D6F46C;
}
</style>
background-color css
<style>
a { background-color: #D6F46C; }
a { background-color: rgb(214,244,108); }
div.DivClassName
{
background-color: #D6F46C;
}
.BgClassName
{
background-color: #D6F46C;
}
</style>
border-color css
<style>
span { border-color: #D6F46C; }
span { border-color: rgb(214,244,108); }
td.TdClassName
{
border-color: #D6F46C;
}
.TagClassName
{
border-color: #D6F46C;
}
</style>