Shades of Mindaro #D1F45D
Tints of Mindaro #D1F45D
RGB
CMYK
RGB Variations
Color information
#D1F45D (or 0xD1F45D) is known color: Mindaro. HEX triplet: D1, F4 and 5D. RGB value is (209,244,93). Sum of RGB (Red+Green+Blue) = 209+244+93=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F45D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F45D is #2E0BA2. Grayscale: #D8D8D8. Windows color (decimal): -3017635 or 6157521. OLE color: 6157521.
HSL color Cylindrical-coordinate representation of color #D1F45D: hue angle of 73.91º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1F45D is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 93 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.04 |
| HSL | 73.91º | 0.87% | 0.66% | - |
| HSV(B) | 73.91º | 0.62% | 0.96% | - |
| XYZ | 60.62 | 79.05 | 22.42 | - |
| YUV | 216.32 | 58.4 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 93 | 0.14 | 0 | 0.62 | 0.04 | 73.91 | 0.87 | 0.66 |
| Hex | D1 | F4 | 5D | E | 0 | 3E | 4 | 4A | 57 | 42 |
| Octal | 321 | 364 | 135 | 16 | 0 | 76 | 4 | 112 | 127 | 102 |
| Binary | 11010001 | 11110100 | 1011101 | 1110 | 0 | 111110 | 100 | 1001010 | 1010111 | 1000010 |
Color Harmonies of #D1F45D
Complementary color
Monochromatic Colors of #D1F45D
Black with #D1F45D
Text Example
Text Example
White with #D1F45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F45D; }
p { color: rgb(209,244,93); }
H1.HeaderClassName
{
color: #D1F45D;
}
.AnyTagClassName
{
color: #D1F45D;
}
</style>
background-color css
<style>
a { background-color: #D1F45D; }
a { background-color: rgb(209,244,93); }
div.DivClassName
{
background-color: #D1F45D;
}
.BgClassName
{
background-color: #D1F45D;
}
</style>
border-color css
<style>
span { border-color: #D1F45D; }
span { border-color: rgb(209,244,93); }
td.TdClassName
{
border-color: #D1F45D;
}
.TagClassName
{
border-color: #D1F45D;
}
</style>