Shades of Mindaro #D1F261
Tints of Mindaro #D1F261
RGB
CMYK
RGB Variations
Color information
#D1F261 (or 0xD1F261) is known color: Mindaro. HEX triplet: D1, F2 and 61. RGB value is (209,242,97). Sum of RGB (Red+Green+Blue) = 209+242+97=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F261 is #2E0D9E. Grayscale: #D8D8D8. Windows color (decimal): -3018143 or 6419153. OLE color: 6419153.
HSL color Cylindrical-coordinate representation of color #D1F261: hue angle of 73.66º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1F261 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 97 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.05 |
| HSL | 73.66º | 0.85% | 0.66% | - |
| HSV(B) | 73.66º | 0.6% | 0.95% | - |
| XYZ | 60.2 | 77.92 | 23.18 | - |
| YUV | 215.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 97 | 0.14 | 0 | 0.60 | 0.05 | 73.66 | 0.85 | 0.66 |
| Hex | D1 | F2 | 61 | E | 0 | 3C | 5 | 4A | 55 | 42 |
| Octal | 321 | 362 | 141 | 16 | 0 | 74 | 5 | 112 | 125 | 102 |
| Binary | 11010001 | 11110010 | 1100001 | 1110 | 0 | 111100 | 101 | 1001010 | 1010101 | 1000010 |
Color Harmonies of #D1F261
Complementary color
Monochromatic Colors of #D1F261
Black with #D1F261
Text Example
Text Example
White with #D1F261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F261; }
p { color: rgb(209,242,97); }
H1.HeaderClassName
{
color: #D1F261;
}
.AnyTagClassName
{
color: #D1F261;
}
</style>
background-color css
<style>
a { background-color: #D1F261; }
a { background-color: rgb(209,242,97); }
div.DivClassName
{
background-color: #D1F261;
}
.BgClassName
{
background-color: #D1F261;
}
</style>
border-color css
<style>
span { border-color: #D1F261; }
span { border-color: rgb(209,242,97); }
td.TdClassName
{
border-color: #D1F261;
}
.TagClassName
{
border-color: #D1F261;
}
</style>