Shades of Mindaro #D1F55F
Tints of Mindaro #D1F55F
RGB
CMYK
RGB Variations
Color information
#D1F55F (or 0xD1F55F) is known color: Mindaro. HEX triplet: D1, F5 and 5F. RGB value is (209,245,95). Sum of RGB (Red+Green+Blue) = 209+245+95=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F55F is #2E0AA0. Grayscale: #D9D9D9. Windows color (decimal): -3017377 or 6288849. OLE color: 6288849.
HSL color Cylindrical-coordinate representation of color #D1F55F: hue angle of 74.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1F55F is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 95 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.04 |
| HSL | 74.4º | 0.88% | 0.67% | - |
| HSV(B) | 74.4º | 0.61% | 0.96% | - |
| XYZ | 61.01 | 79.69 | 22.99 | - |
| YUV | 217.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 95 | 0.15 | 0 | 0.61 | 0.04 | 74.4 | 0.88 | 0.67 |
| Hex | D1 | F5 | 5F | F | 0 | 3D | 4 | 4A | 58 | 43 |
| Octal | 321 | 365 | 137 | 17 | 0 | 75 | 4 | 112 | 130 | 103 |
| Binary | 11010001 | 11110101 | 1011111 | 1111 | 0 | 111101 | 100 | 1001010 | 1011000 | 1000011 |
Color Harmonies of #D1F55F
Complementary color
Monochromatic Colors of #D1F55F
Black with #D1F55F
Text Example
Text Example
White with #D1F55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F55F; }
p { color: rgb(209,245,95); }
H1.HeaderClassName
{
color: #D1F55F;
}
.AnyTagClassName
{
color: #D1F55F;
}
</style>
background-color css
<style>
a { background-color: #D1F55F; }
a { background-color: rgb(209,245,95); }
div.DivClassName
{
background-color: #D1F55F;
}
.BgClassName
{
background-color: #D1F55F;
}
</style>
border-color css
<style>
span { border-color: #D1F55F; }
span { border-color: rgb(209,245,95); }
td.TdClassName
{
border-color: #D1F55F;
}
.TagClassName
{
border-color: #D1F55F;
}
</style>