Shades of Mindaro #D1F45B
Tints of Mindaro #D1F45B
RGB
CMYK
RGB Variations
Color information
#D1F45B (or 0xD1F45B) is known color: Mindaro. HEX triplet: D1, F4 and 5B. RGB value is (209,244,91). Sum of RGB (Red+Green+Blue) = 209+244+91=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 91 (35.94% from 255 or 16.73% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F45B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F45B is #2E0BA4. Grayscale: #D8D8D8. Windows color (decimal): -3017637 or 6026449. OLE color: 6026449.
HSL color Cylindrical-coordinate representation of color #D1F45B: hue angle of 73.73º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1F45B is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 91 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.04 |
| HSL | 73.73º | 0.87% | 0.66% | - |
| HSV(B) | 73.73º | 0.63% | 0.96% | - |
| XYZ | 60.53 | 79.01 | 21.96 | - |
| YUV | 216.09 | 57.4 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 91 | 0.14 | 0 | 0.63 | 0.04 | 73.73 | 0.87 | 0.66 |
| Hex | D1 | F4 | 5B | E | 0 | 3F | 4 | 4A | 57 | 42 |
| Octal | 321 | 364 | 133 | 16 | 0 | 77 | 4 | 112 | 127 | 102 |
| Binary | 11010001 | 11110100 | 1011011 | 1110 | 0 | 111111 | 100 | 1001010 | 1010111 | 1000010 |
Color Harmonies of #D1F45B
Complementary color
Monochromatic Colors of #D1F45B
Black with #D1F45B
Text Example
Text Example
White with #D1F45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F45B; }
p { color: rgb(209,244,91); }
H1.HeaderClassName
{
color: #D1F45B;
}
.AnyTagClassName
{
color: #D1F45B;
}
</style>
background-color css
<style>
a { background-color: #D1F45B; }
a { background-color: rgb(209,244,91); }
div.DivClassName
{
background-color: #D1F45B;
}
.BgClassName
{
background-color: #D1F45B;
}
</style>
border-color css
<style>
span { border-color: #D1F45B; }
span { border-color: rgb(209,244,91); }
td.TdClassName
{
border-color: #D1F45B;
}
.TagClassName
{
border-color: #D1F45B;
}
</style>