Shades of Mindaro #D1F66E
Tints of Mindaro #D1F66E
RGB
CMYK
RGB Variations
Color information
#D1F66E (or 0xD1F66E) is known color: Mindaro. HEX triplet: D1, F6 and 6E. RGB value is (209,246,110). Sum of RGB (Red+Green+Blue) = 209+246+110=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F66E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F66E is #2E0991. Grayscale: #DBDBDB. Windows color (decimal): -3017106 or 7272145. OLE color: 7272145.
HSL color Cylindrical-coordinate representation of color #D1F66E: hue angle of 76.32º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1F66E is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 110 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.04 |
| HSL | 76.32º | 0.88% | 0.7% | - |
| HSV(B) | 76.32º | 0.55% | 0.96% | - |
| XYZ | 62.06 | 80.59 | 27.04 | - |
| YUV | 219.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 110 | 0.15 | 0 | 0.55 | 0.04 | 76.32 | 0.88 | 0.7 |
| Hex | D1 | F6 | 6E | F | 0 | 37 | 4 | 4C | 58 | 46 |
| Octal | 321 | 366 | 156 | 17 | 0 | 67 | 4 | 114 | 130 | 106 |
| Binary | 11010001 | 11110110 | 1101110 | 1111 | 0 | 110111 | 100 | 1001100 | 1011000 | 1000110 |
Color Harmonies of #D1F66E
Complementary color
Monochromatic Colors of #D1F66E
Black with #D1F66E
Text Example
Text Example
White with #D1F66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F66E; }
p { color: rgb(209,246,110); }
H1.HeaderClassName
{
color: #D1F66E;
}
.AnyTagClassName
{
color: #D1F66E;
}
</style>
background-color css
<style>
a { background-color: #D1F66E; }
a { background-color: rgb(209,246,110); }
div.DivClassName
{
background-color: #D1F66E;
}
.BgClassName
{
background-color: #D1F66E;
}
</style>
border-color css
<style>
span { border-color: #D1F66E; }
span { border-color: rgb(209,246,110); }
td.TdClassName
{
border-color: #D1F66E;
}
.TagClassName
{
border-color: #D1F66E;
}
</style>