Shades of Mindaro #D9FF78
Tints of Mindaro #D9FF78
RGB
CMYK
RGB Variations
Color information
#D9FF78 (or 0xD9FF78) is known color: Mindaro. HEX triplet: D9, FF and 78. RGB value is (217,255,120). Sum of RGB (Red+Green+Blue) = 217+255+120=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 120 (47.27% from 255 or 20.27% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FF78 is #260087. Grayscale: #E4E4E4. Windows color (decimal): -2490504 or 7929817. OLE color: 7929817.
HSL color Cylindrical-coordinate representation of color #D9FF78: hue angle of 76.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9FF78 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 120 | - |
| CMYK | 0.15 | 0 | 0.53 | 0 |
| HSL | 76.89º | 1% | 0.74% | - |
| HSV(B) | 76.89º | 0.53% | 1% | - |
| XYZ | 67.77 | 87.63 | 31.11 | - |
| YUV | 228.25 | 66.91 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 120 | 0.15 | 0 | 0.53 | 0 | 76.89 | 1 | 0.74 |
| Hex | D9 | FF | 78 | F | 0 | 35 | 0 | 4D | 64 | 4A |
| Octal | 331 | 377 | 170 | 17 | 0 | 65 | 0 | 115 | 144 | 112 |
| Binary | 11011001 | 11111111 | 1111000 | 1111 | 0 | 110101 | 0 | 1001101 | 1100100 | 1001010 |
Color Harmonies of #D9FF78
Complementary color
Monochromatic Colors of #D9FF78
Black with #D9FF78
Text Example
Text Example
White with #D9FF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF78; }
p { color: rgb(217,255,120); }
H1.HeaderClassName
{
color: #D9FF78;
}
.AnyTagClassName
{
color: #D9FF78;
}
</style>
background-color css
<style>
a { background-color: #D9FF78; }
a { background-color: rgb(217,255,120); }
div.DivClassName
{
background-color: #D9FF78;
}
.BgClassName
{
background-color: #D9FF78;
}
</style>
border-color css
<style>
span { border-color: #D9FF78; }
span { border-color: rgb(217,255,120); }
td.TdClassName
{
border-color: #D9FF78;
}
.TagClassName
{
border-color: #D9FF78;
}
</style>