Shades of Mindaro #D1F56A
Tints of Mindaro #D1F56A
RGB
CMYK
RGB Variations
Color information
#D1F56A (or 0xD1F56A) is known color: Mindaro. HEX triplet: D1, F5 and 6A. RGB value is (209,245,106). Sum of RGB (Red+Green+Blue) = 209+245+106=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 245 (96.09% from 255 or 43.75% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F56A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F56A is #2E0A95. Grayscale: #DADADA. Windows color (decimal): -3017366 or 7009745. OLE color: 7009745.
HSL color Cylindrical-coordinate representation of color #D1F56A: hue angle of 75.54º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1F56A is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 106 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.04 |
| HSL | 75.54º | 0.87% | 0.69% | - |
| HSV(B) | 75.54º | 0.57% | 0.96% | - |
| XYZ | 61.55 | 79.9 | 25.81 | - |
| YUV | 218.39 | 64.57 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 106 | 0.15 | 0 | 0.57 | 0.04 | 75.54 | 0.87 | 0.69 |
| Hex | D1 | F5 | 6A | F | 0 | 39 | 4 | 4C | 57 | 45 |
| Octal | 321 | 365 | 152 | 17 | 0 | 71 | 4 | 114 | 127 | 105 |
| Binary | 11010001 | 11110101 | 1101010 | 1111 | 0 | 111001 | 100 | 1001100 | 1010111 | 1000101 |
Color Harmonies of #D1F56A
Complementary color
Monochromatic Colors of #D1F56A
Black with #D1F56A
Text Example
Text Example
White with #D1F56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F56A; }
p { color: rgb(209,245,106); }
H1.HeaderClassName
{
color: #D1F56A;
}
.AnyTagClassName
{
color: #D1F56A;
}
</style>
background-color css
<style>
a { background-color: #D1F56A; }
a { background-color: rgb(209,245,106); }
div.DivClassName
{
background-color: #D1F56A;
}
.BgClassName
{
background-color: #D1F56A;
}
</style>
border-color css
<style>
span { border-color: #D1F56A; }
span { border-color: rgb(209,245,106); }
td.TdClassName
{
border-color: #D1F56A;
}
.TagClassName
{
border-color: #D1F56A;
}
</style>