Shades of Mindaro #D1F06A
Tints of Mindaro #D1F06A
RGB
CMYK
RGB Variations
Color information
#D1F06A (or 0xD1F06A) is known color: Mindaro. HEX triplet: D1, F0 and 6A. RGB value is (209,240,106). Sum of RGB (Red+Green+Blue) = 209+240+106=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F06A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F06A is #2E0F95. Grayscale: #D7D7D7. Windows color (decimal): -3018646 or 7008465. OLE color: 7008465.
HSL color Cylindrical-coordinate representation of color #D1F06A: hue angle of 73.88º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1F06A is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 106 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.06 |
| HSL | 73.88º | 0.82% | 0.68% | - |
| HSV(B) | 73.88º | 0.56% | 0.94% | - |
| XYZ | 60.06 | 76.92 | 25.32 | - |
| YUV | 215.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 106 | 0.13 | 0 | 0.56 | 0.06 | 73.88 | 0.82 | 0.68 |
| Hex | D1 | F0 | 6A | D | 0 | 38 | 6 | 4A | 52 | 44 |
| Octal | 321 | 360 | 152 | 15 | 0 | 70 | 6 | 112 | 122 | 104 |
| Binary | 11010001 | 11110000 | 1101010 | 1101 | 0 | 111000 | 110 | 1001010 | 1010010 | 1000100 |
Color Harmonies of #D1F06A
Complementary color
Monochromatic Colors of #D1F06A
Black with #D1F06A
Text Example
Text Example
White with #D1F06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F06A; }
p { color: rgb(209,240,106); }
H1.HeaderClassName
{
color: #D1F06A;
}
.AnyTagClassName
{
color: #D1F06A;
}
</style>
background-color css
<style>
a { background-color: #D1F06A; }
a { background-color: rgb(209,240,106); }
div.DivClassName
{
background-color: #D1F06A;
}
.BgClassName
{
background-color: #D1F06A;
}
</style>
border-color css
<style>
span { border-color: #D1F06A; }
span { border-color: rgb(209,240,106); }
td.TdClassName
{
border-color: #D1F06A;
}
.TagClassName
{
border-color: #D1F06A;
}
</style>