Shades of Mindaro #D1F75E
Tints of Mindaro #D1F75E
RGB
CMYK
RGB Variations
Color information
#D1F75E (or 0xD1F75E) is known color: Mindaro. HEX triplet: D1, F7 and 5E. RGB value is (209,247,94). Sum of RGB (Red+Green+Blue) = 209+247+94=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 247 (96.88% from 255 or 44.91% from 550); Blue value is 94 (37.11% from 255 or 17.09% from 550); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F75E is #2E08A1. Grayscale: #DADADA. Windows color (decimal): -3016866 or 6223825. OLE color: 6223825.
HSL color Cylindrical-coordinate representation of color #D1F75E: hue angle of 74.9º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1F75E is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 94 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.03 |
| HSL | 74.9º | 0.91% | 0.67% | - |
| HSV(B) | 74.9º | 0.62% | 0.97% | - |
| XYZ | 61.58 | 80.88 | 22.96 | - |
| YUV | 218.2 | 57.91 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 94 | 0.15 | 0 | 0.62 | 0.03 | 74.9 | 0.91 | 0.67 |
| Hex | D1 | F7 | 5E | F | 0 | 3E | 3 | 4B | 5B | 43 |
| Octal | 321 | 367 | 136 | 17 | 0 | 76 | 3 | 113 | 133 | 103 |
| Binary | 11010001 | 11110111 | 1011110 | 1111 | 0 | 111110 | 11 | 1001011 | 1011011 | 1000011 |
Color Harmonies of #D1F75E
Complementary color
Monochromatic Colors of #D1F75E
Black with #D1F75E
Text Example
Text Example
White with #D1F75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F75E; }
p { color: rgb(209,247,94); }
H1.HeaderClassName
{
color: #D1F75E;
}
.AnyTagClassName
{
color: #D1F75E;
}
</style>
background-color css
<style>
a { background-color: #D1F75E; }
a { background-color: rgb(209,247,94); }
div.DivClassName
{
background-color: #D1F75E;
}
.BgClassName
{
background-color: #D1F75E;
}
</style>
border-color css
<style>
span { border-color: #D1F75E; }
span { border-color: rgb(209,247,94); }
td.TdClassName
{
border-color: #D1F75E;
}
.TagClassName
{
border-color: #D1F75E;
}
</style>