Shades of Mindaro #D1F272
Tints of Mindaro #D1F272
RGB
CMYK
RGB Variations
Color information
#D1F272 (or 0xD1F272) is known color: Mindaro. HEX triplet: D1, F2 and 72. RGB value is (209,242,114). Sum of RGB (Red+Green+Blue) = 209+242+114=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F272 is #2E0D8D. Grayscale: #DADADA. Windows color (decimal): -3018126 or 7533265. OLE color: 7533265.
HSL color Cylindrical-coordinate representation of color #D1F272: hue angle of 75.47º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1F272 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 114 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.05 |
| HSL | 75.47º | 0.83% | 0.7% | - |
| HSV(B) | 75.47º | 0.53% | 0.95% | - |
| XYZ | 61.08 | 78.27 | 27.81 | - |
| YUV | 217.54 | 69.57 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 114 | 0.14 | 0 | 0.53 | 0.05 | 75.47 | 0.83 | 0.7 |
| Hex | D1 | F2 | 72 | E | 0 | 35 | 5 | 4B | 53 | 46 |
| Octal | 321 | 362 | 162 | 16 | 0 | 65 | 5 | 113 | 123 | 106 |
| Binary | 11010001 | 11110010 | 1110010 | 1110 | 0 | 110101 | 101 | 1001011 | 1010011 | 1000110 |
Color Harmonies of #D1F272
Complementary color
Monochromatic Colors of #D1F272
Black with #D1F272
Text Example
Text Example
White with #D1F272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F272; }
p { color: rgb(209,242,114); }
H1.HeaderClassName
{
color: #D1F272;
}
.AnyTagClassName
{
color: #D1F272;
}
</style>
background-color css
<style>
a { background-color: #D1F272; }
a { background-color: rgb(209,242,114); }
div.DivClassName
{
background-color: #D1F272;
}
.BgClassName
{
background-color: #D1F272;
}
</style>
border-color css
<style>
span { border-color: #D1F272; }
span { border-color: rgb(209,242,114); }
td.TdClassName
{
border-color: #D1F272;
}
.TagClassName
{
border-color: #D1F272;
}
</style>