Shades of Mindaro #D9FD7D
Tints of Mindaro #D9FD7D
RGB
CMYK
RGB Variations
Color information
#D9FD7D (or 0xD9FD7D) is known color: Mindaro. HEX triplet: D9, FD and 7D. RGB value is (217,253,125). Sum of RGB (Red+Green+Blue) = 217+253+125=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FD7D is #260282. Grayscale: #E4E4E4. Windows color (decimal): -2491011 or 8256985. OLE color: 8256985.
HSL color Cylindrical-coordinate representation of color #D9FD7D: hue angle of 76.88º 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 #D9FD7D is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 253 | 125 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.01 |
| HSL | 76.88º | 0.97% | 0.74% | - |
| HSV(B) | 76.88º | 0.51% | 0.99% | - |
| XYZ | 67.44 | 86.48 | 32.54 | - |
| YUV | 227.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 253 | 125 | 0.14 | 0 | 0.51 | 0.01 | 76.88 | 0.97 | 0.74 |
| Hex | D9 | FD | 7D | E | 0 | 33 | 1 | 4D | 61 | 4A |
| Octal | 331 | 375 | 175 | 16 | 0 | 63 | 1 | 115 | 141 | 112 |
| Binary | 11011001 | 11111101 | 1111101 | 1110 | 0 | 110011 | 1 | 1001101 | 1100001 | 1001010 |
Color Harmonies of #D9FD7D
Complementary color
Monochromatic Colors of #D9FD7D
Black with #D9FD7D
Text Example
Text Example
White with #D9FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FD7D; }
p { color: rgb(217,253,125); }
H1.HeaderClassName
{
color: #D9FD7D;
}
.AnyTagClassName
{
color: #D9FD7D;
}
</style>
background-color css
<style>
a { background-color: #D9FD7D; }
a { background-color: rgb(217,253,125); }
div.DivClassName
{
background-color: #D9FD7D;
}
.BgClassName
{
background-color: #D9FD7D;
}
</style>
border-color css
<style>
span { border-color: #D9FD7D; }
span { border-color: rgb(217,253,125); }
td.TdClassName
{
border-color: #D9FD7D;
}
.TagClassName
{
border-color: #D9FD7D;
}
</style>