Shades of Mindaro #D9FC7C
Tints of Mindaro #D9FC7C
RGB
CMYK
RGB Variations
Color information
#D9FC7C (or 0xD9FC7C) is known color: Mindaro. HEX triplet: D9, FC and 7C. RGB value is (217,252,124). Sum of RGB (Red+Green+Blue) = 217+252+124=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FC7C is #260383. Grayscale: #E3E3E3. Windows color (decimal): -2491268 or 8191193. OLE color: 8191193.
HSL color Cylindrical-coordinate representation of color #D9FC7C: hue angle of 76.41º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9FC7C is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 124 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.01 |
| HSL | 76.41º | 0.96% | 0.74% | - |
| HSV(B) | 76.41º | 0.51% | 0.99% | - |
| XYZ | 67.06 | 85.83 | 32.1 | - |
| YUV | 226.94 | 69.9 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 124 | 0.14 | 0 | 0.51 | 0.01 | 76.41 | 0.96 | 0.74 |
| Hex | D9 | FC | 7C | E | 0 | 33 | 1 | 4C | 60 | 4A |
| Octal | 331 | 374 | 174 | 16 | 0 | 63 | 1 | 114 | 140 | 112 |
| Binary | 11011001 | 11111100 | 1111100 | 1110 | 0 | 110011 | 1 | 1001100 | 1100000 | 1001010 |
Color Harmonies of #D9FC7C
Complementary color
Monochromatic Colors of #D9FC7C
Black with #D9FC7C
Text Example
Text Example
White with #D9FC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FC7C; }
p { color: rgb(217,252,124); }
H1.HeaderClassName
{
color: #D9FC7C;
}
.AnyTagClassName
{
color: #D9FC7C;
}
</style>
background-color css
<style>
a { background-color: #D9FC7C; }
a { background-color: rgb(217,252,124); }
div.DivClassName
{
background-color: #D9FC7C;
}
.BgClassName
{
background-color: #D9FC7C;
}
</style>
border-color css
<style>
span { border-color: #D9FC7C; }
span { border-color: rgb(217,252,124); }
td.TdClassName
{
border-color: #D9FC7C;
}
.TagClassName
{
border-color: #D9FC7C;
}
</style>