Shades of Mindaro #D1F756
Tints of Mindaro #D1F756
RGB
CMYK
RGB Variations
Color information
#D1F756 (or 0xD1F756) is known color: Mindaro. HEX triplet: D1, F7 and 56. RGB value is (209,247,86). Sum of RGB (Red+Green+Blue) = 209+247+86=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 86 (33.98% from 255 or 15.87% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F756 is #2E08A9. Grayscale: #D9D9D9. Windows color (decimal): -3016874 or 5699537. OLE color: 5699537.
HSL color Cylindrical-coordinate representation of color #D1F756: hue angle of 74.16º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1F756 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 86 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.03 |
| HSL | 74.16º | 0.91% | 0.65% | - |
| HSV(B) | 74.16º | 0.65% | 0.97% | - |
| XYZ | 61.23 | 80.75 | 21.16 | - |
| YUV | 217.28 | 53.91 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 86 | 0.15 | 0 | 0.65 | 0.03 | 74.16 | 0.91 | 0.65 |
| Hex | D1 | F7 | 56 | F | 0 | 41 | 3 | 4A | 5B | 41 |
| Octal | 321 | 367 | 126 | 17 | 0 | 101 | 3 | 112 | 133 | 101 |
| Binary | 11010001 | 11110111 | 1010110 | 1111 | 0 | 1000001 | 11 | 1001010 | 1011011 | 1000001 |
Color Harmonies of #D1F756
Complementary color
Monochromatic Colors of #D1F756
Black with #D1F756
Text Example
Text Example
White with #D1F756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F756; }
p { color: rgb(209,247,86); }
H1.HeaderClassName
{
color: #D1F756;
}
.AnyTagClassName
{
color: #D1F756;
}
</style>
background-color css
<style>
a { background-color: #D1F756; }
a { background-color: rgb(209,247,86); }
div.DivClassName
{
background-color: #D1F756;
}
.BgClassName
{
background-color: #D1F756;
}
</style>
border-color css
<style>
span { border-color: #D1F756; }
span { border-color: rgb(209,247,86); }
td.TdClassName
{
border-color: #D1F756;
}
.TagClassName
{
border-color: #D1F756;
}
</style>