Shades of Mindaro #D1F66D
Tints of Mindaro #D1F66D
RGB
CMYK
RGB Variations
Color information
#D1F66D (or 0xD1F66D) is known color: Mindaro. HEX triplet: D1, F6 and 6D. RGB value is (209,246,109). Sum of RGB (Red+Green+Blue) = 209+246+109=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F66D is #2E0992. Grayscale: #DBDBDB. Windows color (decimal): -3017107 or 7206609. OLE color: 7206609.
HSL color Cylindrical-coordinate representation of color #D1F66D: hue angle of 76.2º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1F66D is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 109 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.04 |
| HSL | 76.2º | 0.88% | 0.7% | - |
| HSV(B) | 76.2º | 0.56% | 0.96% | - |
| XYZ | 62.01 | 80.57 | 26.75 | - |
| YUV | 219.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 109 | 0.15 | 0 | 0.56 | 0.04 | 76.2 | 0.88 | 0.7 |
| Hex | D1 | F6 | 6D | F | 0 | 38 | 4 | 4C | 58 | 46 |
| Octal | 321 | 366 | 155 | 17 | 0 | 70 | 4 | 114 | 130 | 106 |
| Binary | 11010001 | 11110110 | 1101101 | 1111 | 0 | 111000 | 100 | 1001100 | 1011000 | 1000110 |
Color Harmonies of #D1F66D
Complementary color
Monochromatic Colors of #D1F66D
Black with #D1F66D
Text Example
Text Example
White with #D1F66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F66D; }
p { color: rgb(209,246,109); }
H1.HeaderClassName
{
color: #D1F66D;
}
.AnyTagClassName
{
color: #D1F66D;
}
</style>
background-color css
<style>
a { background-color: #D1F66D; }
a { background-color: rgb(209,246,109); }
div.DivClassName
{
background-color: #D1F66D;
}
.BgClassName
{
background-color: #D1F66D;
}
</style>
border-color css
<style>
span { border-color: #D1F66D; }
span { border-color: rgb(209,246,109); }
td.TdClassName
{
border-color: #D1F66D;
}
.TagClassName
{
border-color: #D1F66D;
}
</style>