Shades of Mindaro #D1F05F
Tints of Mindaro #D1F05F
RGB
CMYK
RGB Variations
Color information
#D1F05F (or 0xD1F05F) is known color: Mindaro. HEX triplet: D1, F0 and 5F. RGB value is (209,240,95). Sum of RGB (Red+Green+Blue) = 209+240+95=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F05F is #2E0FA0. Grayscale: #D6D6D6. Windows color (decimal): -3018657 or 6287569. OLE color: 6287569.
HSL color Cylindrical-coordinate representation of color #D1F05F: hue angle of 72.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1F05F is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 95 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.06 |
| HSL | 72.83º | 0.83% | 0.66% | - |
| HSV(B) | 72.83º | 0.6% | 0.94% | - |
| XYZ | 59.52 | 76.7 | 22.49 | - |
| YUV | 214.2 | 60.73 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 95 | 0.13 | 0 | 0.60 | 0.06 | 72.83 | 0.83 | 0.66 |
| Hex | D1 | F0 | 5F | D | 0 | 3C | 6 | 49 | 53 | 42 |
| Octal | 321 | 360 | 137 | 15 | 0 | 74 | 6 | 111 | 123 | 102 |
| Binary | 11010001 | 11110000 | 1011111 | 1101 | 0 | 111100 | 110 | 1001001 | 1010011 | 1000010 |
Color Harmonies of #D1F05F
Complementary color
Monochromatic Colors of #D1F05F
Black with #D1F05F
Text Example
Text Example
White with #D1F05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F05F; }
p { color: rgb(209,240,95); }
H1.HeaderClassName
{
color: #D1F05F;
}
.AnyTagClassName
{
color: #D1F05F;
}
</style>
background-color css
<style>
a { background-color: #D1F05F; }
a { background-color: rgb(209,240,95); }
div.DivClassName
{
background-color: #D1F05F;
}
.BgClassName
{
background-color: #D1F05F;
}
</style>
border-color css
<style>
span { border-color: #D1F05F; }
span { border-color: rgb(209,240,95); }
td.TdClassName
{
border-color: #D1F05F;
}
.TagClassName
{
border-color: #D1F05F;
}
</style>