Shades of Mindaro #D1F25A
Tints of Mindaro #D1F25A
RGB
CMYK
RGB Variations
Color information
#D1F25A (or 0xD1F25A) is known color: Mindaro. HEX triplet: D1, F2 and 5A. RGB value is (209,242,90). Sum of RGB (Red+Green+Blue) = 209+242+90=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F25A is #2E0DA5. Grayscale: #D7D7D7. Windows color (decimal): -3018150 or 5960401. OLE color: 5960401.
HSL color Cylindrical-coordinate representation of color #D1F25A: hue angle of 73.03º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1F25A is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 90 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.05 |
| HSL | 73.03º | 0.85% | 0.65% | - |
| HSV(B) | 73.03º | 0.63% | 0.95% | - |
| XYZ | 59.89 | 77.8 | 21.53 | - |
| YUV | 214.81 | 57.57 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 90 | 0.14 | 0 | 0.63 | 0.05 | 73.03 | 0.85 | 0.65 |
| Hex | D1 | F2 | 5A | E | 0 | 3F | 5 | 49 | 55 | 41 |
| Octal | 321 | 362 | 132 | 16 | 0 | 77 | 5 | 111 | 125 | 101 |
| Binary | 11010001 | 11110010 | 1011010 | 1110 | 0 | 111111 | 101 | 1001001 | 1010101 | 1000001 |
Color Harmonies of #D1F25A
Complementary color
Monochromatic Colors of #D1F25A
Black with #D1F25A
Text Example
Text Example
White with #D1F25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F25A; }
p { color: rgb(209,242,90); }
H1.HeaderClassName
{
color: #D1F25A;
}
.AnyTagClassName
{
color: #D1F25A;
}
</style>
background-color css
<style>
a { background-color: #D1F25A; }
a { background-color: rgb(209,242,90); }
div.DivClassName
{
background-color: #D1F25A;
}
.BgClassName
{
background-color: #D1F25A;
}
</style>
border-color css
<style>
span { border-color: #D1F25A; }
span { border-color: rgb(209,242,90); }
td.TdClassName
{
border-color: #D1F25A;
}
.TagClassName
{
border-color: #D1F25A;
}
</style>