Shades of Mindaro #D1F75D
Tints of Mindaro #D1F75D
RGB
CMYK
RGB Variations
Color information
#D1F75D (or 0xD1F75D) is known color: Mindaro. HEX triplet: D1, F7 and 5D. RGB value is (209,247,93). Sum of RGB (Red+Green+Blue) = 209+247+93=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F75D is #2E08A2. Grayscale: #DADADA. Windows color (decimal): -3016867 or 6158289. OLE color: 6158289.
HSL color Cylindrical-coordinate representation of color #D1F75D: hue angle of 74.81º 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 #D1F75D is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 93 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.03 |
| HSL | 74.81º | 0.91% | 0.67% | - |
| HSV(B) | 74.81º | 0.62% | 0.97% | - |
| XYZ | 61.53 | 80.87 | 22.72 | - |
| YUV | 218.08 | 57.41 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 93 | 0.15 | 0 | 0.62 | 0.03 | 74.81 | 0.91 | 0.67 |
| Hex | D1 | F7 | 5D | F | 0 | 3E | 3 | 4B | 5B | 43 |
| Octal | 321 | 367 | 135 | 17 | 0 | 76 | 3 | 113 | 133 | 103 |
| Binary | 11010001 | 11110111 | 1011101 | 1111 | 0 | 111110 | 11 | 1001011 | 1011011 | 1000011 |
Color Harmonies of #D1F75D
Complementary color
Monochromatic Colors of #D1F75D
Black with #D1F75D
Text Example
Text Example
White with #D1F75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F75D; }
p { color: rgb(209,247,93); }
H1.HeaderClassName
{
color: #D1F75D;
}
.AnyTagClassName
{
color: #D1F75D;
}
</style>
background-color css
<style>
a { background-color: #D1F75D; }
a { background-color: rgb(209,247,93); }
div.DivClassName
{
background-color: #D1F75D;
}
.BgClassName
{
background-color: #D1F75D;
}
</style>
border-color css
<style>
span { border-color: #D1F75D; }
span { border-color: rgb(209,247,93); }
td.TdClassName
{
border-color: #D1F75D;
}
.TagClassName
{
border-color: #D1F75D;
}
</style>