Shades of Mindaro #D9FD7C
Tints of Mindaro #D9FD7C
RGB
CMYK
RGB Variations
Color information
#D9FD7C (or 0xD9FD7C) is known color: Mindaro. HEX triplet: D9, FD and 7C. RGB value is (217,253,124). Sum of RGB (Red+Green+Blue) = 217+253+124=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 124 (48.83% from 255 or 20.88% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FD7C is #260283. Grayscale: #E4E4E4. Windows color (decimal): -2491012 or 8191449. OLE color: 8191449.
HSL color Cylindrical-coordinate representation of color #D9FD7C: hue angle of 76.74º degrees, saturation: 0.97, 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 #D9FD7C is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 253 | 124 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.01 |
| HSL | 76.74º | 0.97% | 0.74% | - |
| HSV(B) | 76.74º | 0.51% | 0.99% | - |
| XYZ | 67.38 | 86.46 | 32.21 | - |
| YUV | 227.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 253 | 124 | 0.14 | 0 | 0.51 | 0.01 | 76.74 | 0.97 | 0.74 |
| Hex | D9 | FD | 7C | E | 0 | 33 | 1 | 4D | 61 | 4A |
| Octal | 331 | 375 | 174 | 16 | 0 | 63 | 1 | 115 | 141 | 112 |
| Binary | 11011001 | 11111101 | 1111100 | 1110 | 0 | 110011 | 1 | 1001101 | 1100001 | 1001010 |
Color Harmonies of #D9FD7C
Complementary color
Monochromatic Colors of #D9FD7C
Black with #D9FD7C
Text Example
Text Example
White with #D9FD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FD7C; }
p { color: rgb(217,253,124); }
H1.HeaderClassName
{
color: #D9FD7C;
}
.AnyTagClassName
{
color: #D9FD7C;
}
</style>
background-color css
<style>
a { background-color: #D9FD7C; }
a { background-color: rgb(217,253,124); }
div.DivClassName
{
background-color: #D9FD7C;
}
.BgClassName
{
background-color: #D9FD7C;
}
</style>
border-color css
<style>
span { border-color: #D9FD7C; }
span { border-color: rgb(217,253,124); }
td.TdClassName
{
border-color: #D9FD7C;
}
.TagClassName
{
border-color: #D9FD7C;
}
</style>