Shades of Mindaro #D1F05D
Tints of Mindaro #D1F05D
RGB
CMYK
RGB Variations
Color information
#D1F05D (or 0xD1F05D) is known color: Mindaro. HEX triplet: D1, F0 and 5D. RGB value is (209,240,93). Sum of RGB (Red+Green+Blue) = 209+240+93=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F05D is #2E0FA2. Grayscale: #D6D6D6. Windows color (decimal): -3018659 or 6156497. OLE color: 6156497.
HSL color Cylindrical-coordinate representation of color #D1F05D: hue angle of 72.65º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1F05D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 93 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.06 |
| HSL | 72.65º | 0.83% | 0.65% | - |
| HSV(B) | 72.65º | 0.61% | 0.94% | - |
| XYZ | 59.43 | 76.67 | 22.02 | - |
| YUV | 213.97 | 59.73 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 93 | 0.13 | 0 | 0.61 | 0.06 | 72.65 | 0.83 | 0.65 |
| Hex | D1 | F0 | 5D | D | 0 | 3D | 6 | 49 | 53 | 41 |
| Octal | 321 | 360 | 135 | 15 | 0 | 75 | 6 | 111 | 123 | 101 |
| Binary | 11010001 | 11110000 | 1011101 | 1101 | 0 | 111101 | 110 | 1001001 | 1010011 | 1000001 |
Color Harmonies of #D1F05D
Complementary color
Monochromatic Colors of #D1F05D
Black with #D1F05D
Text Example
Text Example
White with #D1F05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F05D; }
p { color: rgb(209,240,93); }
H1.HeaderClassName
{
color: #D1F05D;
}
.AnyTagClassName
{
color: #D1F05D;
}
</style>
background-color css
<style>
a { background-color: #D1F05D; }
a { background-color: rgb(209,240,93); }
div.DivClassName
{
background-color: #D1F05D;
}
.BgClassName
{
background-color: #D1F05D;
}
</style>
border-color css
<style>
span { border-color: #D1F05D; }
span { border-color: rgb(209,240,93); }
td.TdClassName
{
border-color: #D1F05D;
}
.TagClassName
{
border-color: #D1F05D;
}
</style>