Shades of Mindaro #D9FE7C
Tints of Mindaro #D9FE7C
RGB
CMYK
RGB Variations
Color information
#D9FE7C (or 0xD9FE7C) is known color: Mindaro. HEX triplet: D9, FE and 7C. RGB value is (217,254,124). Sum of RGB (Red+Green+Blue) = 217+254+124=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FE7C is #260183. Grayscale: #E4E4E4. Windows color (decimal): -2490756 or 8191705. OLE color: 8191705.
HSL color Cylindrical-coordinate representation of color #D9FE7C: hue angle of 77.08º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9FE7C is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 124 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.00 |
| HSL | 77.08º | 0.98% | 0.74% | - |
| HSV(B) | 77.08º | 0.51% | 1% | - |
| XYZ | 67.7 | 87.09 | 32.31 | - |
| YUV | 228.12 | 69.24 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 124 | 0.15 | 0 | 0.51 | 0.00 | 77.08 | 0.98 | 0.74 |
| Hex | D9 | FE | 7C | F | 0 | 33 | 0 | 4D | 62 | 4A |
| Octal | 331 | 376 | 174 | 17 | 0 | 63 | 0 | 115 | 142 | 112 |
| Binary | 11011001 | 11111110 | 1111100 | 1111 | 0 | 110011 | 0 | 1001101 | 1100010 | 1001010 |
Color Harmonies of #D9FE7C
Complementary color
Monochromatic Colors of #D9FE7C
Black with #D9FE7C
Text Example
Text Example
White with #D9FE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FE7C; }
p { color: rgb(217,254,124); }
H1.HeaderClassName
{
color: #D9FE7C;
}
.AnyTagClassName
{
color: #D9FE7C;
}
</style>
background-color css
<style>
a { background-color: #D9FE7C; }
a { background-color: rgb(217,254,124); }
div.DivClassName
{
background-color: #D9FE7C;
}
.BgClassName
{
background-color: #D9FE7C;
}
</style>
border-color css
<style>
span { border-color: #D9FE7C; }
span { border-color: rgb(217,254,124); }
td.TdClassName
{
border-color: #D9FE7C;
}
.TagClassName
{
border-color: #D9FE7C;
}
</style>