Shades of Mindaro #D1F970
Tints of Mindaro #D1F970
RGB
CMYK
RGB Variations
Color information
#D1F970 (or 0xD1F970) is known color: Mindaro. HEX triplet: D1, F9 and 70. RGB value is (209,249,112). Sum of RGB (Red+Green+Blue) = 209+249+112=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F970 is #2E068F. Grayscale: #DDDDDD. Windows color (decimal): -3016336 or 7403985. OLE color: 7403985.
HSL color Cylindrical-coordinate representation of color #D1F970: hue angle of 77.52º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1F970 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 112 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.02 |
| HSL | 77.52º | 0.92% | 0.71% | - |
| HSV(B) | 77.52º | 0.55% | 0.98% | - |
| XYZ | 63.09 | 82.48 | 27.92 | - |
| YUV | 221.42 | 66.25 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 112 | 0.16 | 0 | 0.55 | 0.02 | 77.52 | 0.92 | 0.71 |
| Hex | D1 | F9 | 70 | 10 | 0 | 37 | 2 | 4E | 5C | 47 |
| Octal | 321 | 371 | 160 | 20 | 0 | 67 | 2 | 116 | 134 | 107 |
| Binary | 11010001 | 11111001 | 1110000 | 10000 | 0 | 110111 | 10 | 1001110 | 1011100 | 1000111 |
Color Harmonies of #D1F970
Complementary color
Monochromatic Colors of #D1F970
Black with #D1F970
Text Example
Text Example
White with #D1F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F970; }
p { color: rgb(209,249,112); }
H1.HeaderClassName
{
color: #D1F970;
}
.AnyTagClassName
{
color: #D1F970;
}
</style>
background-color css
<style>
a { background-color: #D1F970; }
a { background-color: rgb(209,249,112); }
div.DivClassName
{
background-color: #D1F970;
}
.BgClassName
{
background-color: #D1F970;
}
</style>
border-color css
<style>
span { border-color: #D1F970; }
span { border-color: rgb(209,249,112); }
td.TdClassName
{
border-color: #D1F970;
}
.TagClassName
{
border-color: #D1F970;
}
</style>