Shades of Mindaro #D9FB7E
Tints of Mindaro #D9FB7E
RGB
CMYK
RGB Variations
Color information
#D9FB7E (or 0xD9FB7E) is known color: Mindaro. HEX triplet: D9, FB and 7E. RGB value is (217,251,126). Sum of RGB (Red+Green+Blue) = 217+251+126=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 126 (49.61% from 255 or 21.21% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FB7E is #260481. Grayscale: #E3E3E3. Windows color (decimal): -2491522 or 8322009. OLE color: 8322009.
HSL color Cylindrical-coordinate representation of color #D9FB7E: hue angle of 76.32º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9FB7E is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 126 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.02 |
| HSL | 76.32º | 0.94% | 0.74% | - |
| HSV(B) | 76.32º | 0.5% | 0.98% | - |
| XYZ | 66.88 | 85.25 | 32.67 | - |
| YUV | 226.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 126 | 0.14 | 0 | 0.50 | 0.02 | 76.32 | 0.94 | 0.74 |
| Hex | D9 | FB | 7E | E | 0 | 32 | 2 | 4C | 5E | 4A |
| Octal | 331 | 373 | 176 | 16 | 0 | 62 | 2 | 114 | 136 | 112 |
| Binary | 11011001 | 11111011 | 1111110 | 1110 | 0 | 110010 | 10 | 1001100 | 1011110 | 1001010 |
Color Harmonies of #D9FB7E
Complementary color
Monochromatic Colors of #D9FB7E
Black with #D9FB7E
Text Example
Text Example
White with #D9FB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB7E; }
p { color: rgb(217,251,126); }
H1.HeaderClassName
{
color: #D9FB7E;
}
.AnyTagClassName
{
color: #D9FB7E;
}
</style>
background-color css
<style>
a { background-color: #D9FB7E; }
a { background-color: rgb(217,251,126); }
div.DivClassName
{
background-color: #D9FB7E;
}
.BgClassName
{
background-color: #D9FB7E;
}
</style>
border-color css
<style>
span { border-color: #D9FB7E; }
span { border-color: rgb(217,251,126); }
td.TdClassName
{
border-color: #D9FB7E;
}
.TagClassName
{
border-color: #D9FB7E;
}
</style>