Shades of Mindaro #D1F370
Tints of Mindaro #D1F370
RGB
CMYK
RGB Variations
Color information
#D1F370 (or 0xD1F370) is known color: Mindaro. HEX triplet: D1, F3 and 70. RGB value is (209,243,112). Sum of RGB (Red+Green+Blue) = 209+243+112=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F370 is #2E0C8F. Grayscale: #DADADA. Windows color (decimal): -3017872 or 7402449. OLE color: 7402449.
HSL color Cylindrical-coordinate representation of color #D1F370: hue angle of 75.57º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1F370 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 112 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.05 |
| HSL | 75.57º | 0.85% | 0.7% | - |
| HSV(B) | 75.57º | 0.54% | 0.95% | - |
| XYZ | 61.27 | 78.83 | 27.31 | - |
| YUV | 217.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 112 | 0.14 | 0 | 0.54 | 0.05 | 75.57 | 0.85 | 0.7 |
| Hex | D1 | F3 | 70 | E | 0 | 36 | 5 | 4C | 55 | 46 |
| Octal | 321 | 363 | 160 | 16 | 0 | 66 | 5 | 114 | 125 | 106 |
| Binary | 11010001 | 11110011 | 1110000 | 1110 | 0 | 110110 | 101 | 1001100 | 1010101 | 1000110 |
Color Harmonies of #D1F370
Complementary color
Monochromatic Colors of #D1F370
Black with #D1F370
Text Example
Text Example
White with #D1F370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F370; }
p { color: rgb(209,243,112); }
H1.HeaderClassName
{
color: #D1F370;
}
.AnyTagClassName
{
color: #D1F370;
}
</style>
background-color css
<style>
a { background-color: #D1F370; }
a { background-color: rgb(209,243,112); }
div.DivClassName
{
background-color: #D1F370;
}
.BgClassName
{
background-color: #D1F370;
}
</style>
border-color css
<style>
span { border-color: #D1F370; }
span { border-color: rgb(209,243,112); }
td.TdClassName
{
border-color: #D1F370;
}
.TagClassName
{
border-color: #D1F370;
}
</style>