Shades of Mindaro #D9F780
Tints of Mindaro #D9F780
RGB
CMYK
RGB Variations
Color information
#D9F780 (or 0xD9F780) is known color: Mindaro. HEX triplet: D9, F7 and 80. RGB value is (217,247,128). Sum of RGB (Red+Green+Blue) = 217+247+128=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 247 - color contains mainly: green. Hex color #D9F780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F780 is #26087F. Grayscale: #E0E0E0. Windows color (decimal): -2492544 or 8452057. OLE color: 8452057.
HSL color Cylindrical-coordinate representation of color #D9F780: hue angle of 75.13º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9F780 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 247 | 128 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.03 |
| HSL | 75.13º | 0.88% | 0.74% | - |
| HSV(B) | 75.13º | 0.48% | 0.97% | - |
| XYZ | 65.77 | 82.83 | 32.94 | - |
| YUV | 224.46 | 73.56 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 247 | 128 | 0.12 | 0 | 0.48 | 0.03 | 75.13 | 0.88 | 0.74 |
| Hex | D9 | F7 | 80 | C | 0 | 30 | 3 | 4B | 58 | 4A |
| Octal | 331 | 367 | 200 | 14 | 0 | 60 | 3 | 113 | 130 | 112 |
| Binary | 11011001 | 11110111 | 10000000 | 1100 | 0 | 110000 | 11 | 1001011 | 1011000 | 1001010 |
Color Harmonies of #D9F780
Complementary color
Monochromatic Colors of #D9F780
Black with #D9F780
Text Example
Text Example
White with #D9F780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F780; }
p { color: rgb(217,247,128); }
H1.HeaderClassName
{
color: #D9F780;
}
.AnyTagClassName
{
color: #D9F780;
}
</style>
background-color css
<style>
a { background-color: #D9F780; }
a { background-color: rgb(217,247,128); }
div.DivClassName
{
background-color: #D9F780;
}
.BgClassName
{
background-color: #D9F780;
}
</style>
border-color css
<style>
span { border-color: #D9F780; }
span { border-color: rgb(217,247,128); }
td.TdClassName
{
border-color: #D9F780;
}
.TagClassName
{
border-color: #D9F780;
}
</style>