Shades of Mindaro #D1F55A
Tints of Mindaro #D1F55A
RGB
CMYK
RGB Variations
Color information
#D1F55A (or 0xD1F55A) is known color: Mindaro. HEX triplet: D1, F5 and 5A. RGB value is (209,245,90). Sum of RGB (Red+Green+Blue) = 209+245+90=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F55A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F55A is #2E0AA5. Grayscale: #D9D9D9. Windows color (decimal): -3017382 or 5961169. OLE color: 5961169.
HSL color Cylindrical-coordinate representation of color #D1F55A: hue angle of 73.94º degrees, saturation: 0.89, 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 #D1F55A is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 90 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.04 |
| HSL | 73.94º | 0.89% | 0.66% | - |
| HSV(B) | 73.94º | 0.63% | 0.96% | - |
| XYZ | 60.79 | 79.6 | 21.83 | - |
| YUV | 216.57 | 56.57 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 90 | 0.15 | 0 | 0.63 | 0.04 | 73.94 | 0.89 | 0.66 |
| Hex | D1 | F5 | 5A | F | 0 | 3F | 4 | 4A | 59 | 42 |
| Octal | 321 | 365 | 132 | 17 | 0 | 77 | 4 | 112 | 131 | 102 |
| Binary | 11010001 | 11110101 | 1011010 | 1111 | 0 | 111111 | 100 | 1001010 | 1011001 | 1000010 |
Color Harmonies of #D1F55A
Complementary color
Monochromatic Colors of #D1F55A
Black with #D1F55A
Text Example
Text Example
White with #D1F55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F55A; }
p { color: rgb(209,245,90); }
H1.HeaderClassName
{
color: #D1F55A;
}
.AnyTagClassName
{
color: #D1F55A;
}
</style>
background-color css
<style>
a { background-color: #D1F55A; }
a { background-color: rgb(209,245,90); }
div.DivClassName
{
background-color: #D1F55A;
}
.BgClassName
{
background-color: #D1F55A;
}
</style>
border-color css
<style>
span { border-color: #D1F55A; }
span { border-color: rgb(209,245,90); }
td.TdClassName
{
border-color: #D1F55A;
}
.TagClassName
{
border-color: #D1F55A;
}
</style>