Shades of Mindaro #D9FC7A
Tints of Mindaro #D9FC7A
RGB
CMYK
RGB Variations
Color information
#D9FC7A (or 0xD9FC7A) is known color: Mindaro. HEX triplet: D9, FC and 7A. RGB value is (217,252,122). Sum of RGB (Red+Green+Blue) = 217+252+122=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FC7A is #260385. Grayscale: #E3E3E3. Windows color (decimal): -2491270 or 8060121. OLE color: 8060121.
HSL color Cylindrical-coordinate representation of color #D9FC7A: hue angle of 76.15º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9FC7A is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 122 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.01 |
| HSL | 76.15º | 0.96% | 0.73% | - |
| HSV(B) | 76.15º | 0.52% | 0.99% | - |
| XYZ | 66.94 | 85.78 | 31.44 | - |
| YUV | 226.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 122 | 0.14 | 0 | 0.52 | 0.01 | 76.15 | 0.96 | 0.73 |
| Hex | D9 | FC | 7A | E | 0 | 34 | 1 | 4C | 60 | 49 |
| Octal | 331 | 374 | 172 | 16 | 0 | 64 | 1 | 114 | 140 | 111 |
| Binary | 11011001 | 11111100 | 1111010 | 1110 | 0 | 110100 | 1 | 1001100 | 1100000 | 1001001 |
Color Harmonies of #D9FC7A
Complementary color
Monochromatic Colors of #D9FC7A
Black with #D9FC7A
Text Example
Text Example
White with #D9FC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FC7A; }
p { color: rgb(217,252,122); }
H1.HeaderClassName
{
color: #D9FC7A;
}
.AnyTagClassName
{
color: #D9FC7A;
}
</style>
background-color css
<style>
a { background-color: #D9FC7A; }
a { background-color: rgb(217,252,122); }
div.DivClassName
{
background-color: #D9FC7A;
}
.BgClassName
{
background-color: #D9FC7A;
}
</style>
border-color css
<style>
span { border-color: #D9FC7A; }
span { border-color: rgb(217,252,122); }
td.TdClassName
{
border-color: #D9FC7A;
}
.TagClassName
{
border-color: #D9FC7A;
}
</style>