Shades of Mindaro #D1F94E
Tints of Mindaro #D1F94E
RGB
CMYK
RGB Variations
Color information
#D1F94E (or 0xD1F94E) is known color: Mindaro. HEX triplet: D1, F9 and 4E. RGB value is (209,249,78). Sum of RGB (Red+Green+Blue) = 209+249+78=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F94E is #2E06B1. Grayscale: #DADADA. Windows color (decimal): -3016370 or 5175761. OLE color: 5175761.
HSL color Cylindrical-coordinate representation of color #D1F94E: hue angle of 74.04º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1F94E is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 78 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.02 |
| HSL | 74.04º | 0.93% | 0.64% | - |
| HSV(B) | 74.04º | 0.69% | 0.98% | - |
| XYZ | 61.55 | 81.86 | 19.76 | - |
| YUV | 217.55 | 49.25 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 78 | 0.16 | 0 | 0.69 | 0.02 | 74.04 | 0.93 | 0.64 |
| Hex | D1 | F9 | 4E | 10 | 0 | 45 | 2 | 4A | 5D | 40 |
| Octal | 321 | 371 | 116 | 20 | 0 | 105 | 2 | 112 | 135 | 100 |
| Binary | 11010001 | 11111001 | 1001110 | 10000 | 0 | 1000101 | 10 | 1001010 | 1011101 | 1000000 |
Color Harmonies of #D1F94E
Complementary color
Monochromatic Colors of #D1F94E
Black with #D1F94E
Text Example
Text Example
White with #D1F94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F94E; }
p { color: rgb(209,249,78); }
H1.HeaderClassName
{
color: #D1F94E;
}
.AnyTagClassName
{
color: #D1F94E;
}
</style>
background-color css
<style>
a { background-color: #D1F94E; }
a { background-color: rgb(209,249,78); }
div.DivClassName
{
background-color: #D1F94E;
}
.BgClassName
{
background-color: #D1F94E;
}
</style>
border-color css
<style>
span { border-color: #D1F94E; }
span { border-color: rgb(209,249,78); }
td.TdClassName
{
border-color: #D1F94E;
}
.TagClassName
{
border-color: #D1F94E;
}
</style>