Shades of Mindaro #D1F372
Tints of Mindaro #D1F372
RGB
CMYK
RGB Variations
Color information
#D1F372 (or 0xD1F372) is known color: Mindaro. HEX triplet: D1, F3 and 72. RGB value is (209,243,114). Sum of RGB (Red+Green+Blue) = 209+243+114=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F372 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F372 is #2E0C8D. Grayscale: #DADADA. Windows color (decimal): -3017870 or 7533521. OLE color: 7533521.
HSL color Cylindrical-coordinate representation of color #D1F372: hue angle of 75.81º degrees, saturation: 0.84, 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 #D1F372 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 114 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.05 |
| HSL | 75.81º | 0.84% | 0.7% | - |
| HSV(B) | 75.81º | 0.53% | 0.95% | - |
| XYZ | 61.38 | 78.87 | 27.91 | - |
| YUV | 218.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 114 | 0.14 | 0 | 0.53 | 0.05 | 75.81 | 0.84 | 0.7 |
| Hex | D1 | F3 | 72 | E | 0 | 35 | 5 | 4C | 54 | 46 |
| Octal | 321 | 363 | 162 | 16 | 0 | 65 | 5 | 114 | 124 | 106 |
| Binary | 11010001 | 11110011 | 1110010 | 1110 | 0 | 110101 | 101 | 1001100 | 1010100 | 1000110 |
Color Harmonies of #D1F372
Complementary color
Monochromatic Colors of #D1F372
Black with #D1F372
Text Example
Text Example
White with #D1F372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F372; }
p { color: rgb(209,243,114); }
H1.HeaderClassName
{
color: #D1F372;
}
.AnyTagClassName
{
color: #D1F372;
}
</style>
background-color css
<style>
a { background-color: #D1F372; }
a { background-color: rgb(209,243,114); }
div.DivClassName
{
background-color: #D1F372;
}
.BgClassName
{
background-color: #D1F372;
}
</style>
border-color css
<style>
span { border-color: #D1F372; }
span { border-color: rgb(209,243,114); }
td.TdClassName
{
border-color: #D1F372;
}
.TagClassName
{
border-color: #D1F372;
}
</style>