Shades of Mindaro #D1FA64
Tints of Mindaro #D1FA64
RGB
CMYK
RGB Variations
Color information
#D1FA64 (or 0xD1FA64) is known color: Mindaro. HEX triplet: D1, FA and 64. RGB value is (209,250,100). Sum of RGB (Red+Green+Blue) = 209+250+100=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA64 is #2E059B. Grayscale: #DDDDDD. Windows color (decimal): -3016092 or 6617809. OLE color: 6617809.
HSL color Cylindrical-coordinate representation of color #D1FA64: hue angle of 76.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1FA64 is Cyan = 0.16, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 100 | - |
| CMYK | 0.16 | 0 | 0.6 | 0.02 |
| HSL | 76.4º | 0.94% | 0.69% | - |
| HSV(B) | 76.4º | 0.6% | 0.98% | - |
| XYZ | 62.78 | 82.85 | 24.74 | - |
| YUV | 220.64 | 59.92 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 100 | 0.16 | 0 | 0.6 | 0.02 | 76.4 | 0.94 | 0.69 |
| Hex | D1 | FA | 64 | 10 | 0 | 3C | 2 | 4C | 5E | 45 |
| Octal | 321 | 372 | 144 | 20 | 0 | 74 | 2 | 114 | 136 | 105 |
| Binary | 11010001 | 11111010 | 1100100 | 10000 | 0 | 111100 | 10 | 1001100 | 1011110 | 1000101 |
Color Harmonies of #D1FA64
Complementary color
Monochromatic Colors of #D1FA64
Black with #D1FA64
Text Example
Text Example
White with #D1FA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA64; }
p { color: rgb(209,250,100); }
H1.HeaderClassName
{
color: #D1FA64;
}
.AnyTagClassName
{
color: #D1FA64;
}
</style>
background-color css
<style>
a { background-color: #D1FA64; }
a { background-color: rgb(209,250,100); }
div.DivClassName
{
background-color: #D1FA64;
}
.BgClassName
{
background-color: #D1FA64;
}
</style>
border-color css
<style>
span { border-color: #D1FA64; }
span { border-color: rgb(209,250,100); }
td.TdClassName
{
border-color: #D1FA64;
}
.TagClassName
{
border-color: #D1FA64;
}
</style>