Shades of Mindaro #D1F064
Tints of Mindaro #D1F064
RGB
CMYK
RGB Variations
Color information
#D1F064 (or 0xD1F064) is known color: Mindaro. HEX triplet: D1, F0 and 64. RGB value is (209,240,100). Sum of RGB (Red+Green+Blue) = 209+240+100=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F064 is #2E0F9B. Grayscale: #D7D7D7. Windows color (decimal): -3018652 or 6615249. OLE color: 6615249.
HSL color Cylindrical-coordinate representation of color #D1F064: hue angle of 73.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1F064 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 100 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.06 |
| HSL | 73.29º | 0.82% | 0.67% | - |
| HSV(B) | 73.29º | 0.58% | 0.94% | - |
| XYZ | 59.75 | 76.8 | 23.73 | - |
| YUV | 214.77 | 63.23 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 100 | 0.13 | 0 | 0.58 | 0.06 | 73.29 | 0.82 | 0.67 |
| Hex | D1 | F0 | 64 | D | 0 | 3A | 6 | 49 | 52 | 43 |
| Octal | 321 | 360 | 144 | 15 | 0 | 72 | 6 | 111 | 122 | 103 |
| Binary | 11010001 | 11110000 | 1100100 | 1101 | 0 | 111010 | 110 | 1001001 | 1010010 | 1000011 |
Color Harmonies of #D1F064
Complementary color
Monochromatic Colors of #D1F064
Black with #D1F064
Text Example
Text Example
White with #D1F064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F064; }
p { color: rgb(209,240,100); }
H1.HeaderClassName
{
color: #D1F064;
}
.AnyTagClassName
{
color: #D1F064;
}
</style>
background-color css
<style>
a { background-color: #D1F064; }
a { background-color: rgb(209,240,100); }
div.DivClassName
{
background-color: #D1F064;
}
.BgClassName
{
background-color: #D1F064;
}
</style>
border-color css
<style>
span { border-color: #D1F064; }
span { border-color: rgb(209,240,100); }
td.TdClassName
{
border-color: #D1F064;
}
.TagClassName
{
border-color: #D1F064;
}
</style>