Shades of Mindaro #D1F157
Tints of Mindaro #D1F157
RGB
CMYK
RGB Variations
Color information
#D1F157 (or 0xD1F157) is known color: Mindaro. HEX triplet: D1, F1 and 57. RGB value is (209,241,87). Sum of RGB (Red+Green+Blue) = 209+241+87=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 87 (34.38% from 255 or 16.20% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F157 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F157 is #2E0EA8. Grayscale: #D6D6D6. Windows color (decimal): -3018409 or 5763537. OLE color: 5763537.
HSL color Cylindrical-coordinate representation of color #D1F157: hue angle of 72.47º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1F157 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 87 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.05 |
| HSL | 72.47º | 0.85% | 0.64% | - |
| HSV(B) | 72.47º | 0.64% | 0.95% | - |
| XYZ | 59.47 | 77.15 | 20.77 | - |
| YUV | 213.88 | 56.4 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 87 | 0.13 | 0 | 0.64 | 0.05 | 72.47 | 0.85 | 0.64 |
| Hex | D1 | F1 | 57 | D | 0 | 40 | 5 | 48 | 55 | 40 |
| Octal | 321 | 361 | 127 | 15 | 0 | 100 | 5 | 110 | 125 | 100 |
| Binary | 11010001 | 11110001 | 1010111 | 1101 | 0 | 1000000 | 101 | 1001000 | 1010101 | 1000000 |
Color Harmonies of #D1F157
Complementary color
Monochromatic Colors of #D1F157
Black with #D1F157
Text Example
Text Example
White with #D1F157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F157; }
p { color: rgb(209,241,87); }
H1.HeaderClassName
{
color: #D1F157;
}
.AnyTagClassName
{
color: #D1F157;
}
</style>
background-color css
<style>
a { background-color: #D1F157; }
a { background-color: rgb(209,241,87); }
div.DivClassName
{
background-color: #D1F157;
}
.BgClassName
{
background-color: #D1F157;
}
</style>
border-color css
<style>
span { border-color: #D1F157; }
span { border-color: rgb(209,241,87); }
td.TdClassName
{
border-color: #D1F157;
}
.TagClassName
{
border-color: #D1F157;
}
</style>