Shades of Mindaro #D1F45C
Tints of Mindaro #D1F45C
RGB
CMYK
RGB Variations
Color information
#D1F45C (or 0xD1F45C) is known color: Mindaro. HEX triplet: D1, F4 and 5C. RGB value is (209,244,92). Sum of RGB (Red+Green+Blue) = 209+244+92=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F45C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F45C is #2E0BA3. Grayscale: #D8D8D8. Windows color (decimal): -3017636 or 6091985. OLE color: 6091985.
HSL color Cylindrical-coordinate representation of color #D1F45C: hue angle of 73.82º 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 #D1F45C is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 92 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.04 |
| HSL | 73.82º | 0.87% | 0.66% | - |
| HSV(B) | 73.82º | 0.62% | 0.96% | - |
| XYZ | 60.58 | 79.03 | 22.19 | - |
| YUV | 216.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 92 | 0.14 | 0 | 0.62 | 0.04 | 73.82 | 0.87 | 0.66 |
| Hex | D1 | F4 | 5C | E | 0 | 3E | 4 | 4A | 57 | 42 |
| Octal | 321 | 364 | 134 | 16 | 0 | 76 | 4 | 112 | 127 | 102 |
| Binary | 11010001 | 11110100 | 1011100 | 1110 | 0 | 111110 | 100 | 1001010 | 1010111 | 1000010 |
Color Harmonies of #D1F45C
Complementary color
Monochromatic Colors of #D1F45C
Black with #D1F45C
Text Example
Text Example
White with #D1F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F45C; }
p { color: rgb(209,244,92); }
H1.HeaderClassName
{
color: #D1F45C;
}
.AnyTagClassName
{
color: #D1F45C;
}
</style>
background-color css
<style>
a { background-color: #D1F45C; }
a { background-color: rgb(209,244,92); }
div.DivClassName
{
background-color: #D1F45C;
}
.BgClassName
{
background-color: #D1F45C;
}
</style>
border-color css
<style>
span { border-color: #D1F45C; }
span { border-color: rgb(209,244,92); }
td.TdClassName
{
border-color: #D1F45C;
}
.TagClassName
{
border-color: #D1F45C;
}
</style>