Shades of Mindaro #D7F578
Tints of Mindaro #D7F578
RGB
CMYK
RGB Variations
Color information
#D7F578 (or 0xD7F578) is known color: Mindaro. HEX triplet: D7, F5 and 78. RGB value is (215,245,120). Sum of RGB (Red+Green+Blue) = 215+245+120=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 120 (47.27% from 255 or 20.69% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F578 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F578 is #280A87. Grayscale: #DEDEDE. Windows color (decimal): -2624136 or 7927255. OLE color: 7927255.
HSL color Cylindrical-coordinate representation of color #D7F578: hue angle of 74.4º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7F578 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 245 | 120 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.04 |
| HSL | 74.4º | 0.86% | 0.72% | - |
| HSV(B) | 74.4º | 0.51% | 0.96% | - |
| XYZ | 64.07 | 81.11 | 30.05 | - |
| YUV | 221.78 | 70.56 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 245 | 120 | 0.12 | 0 | 0.51 | 0.04 | 74.4 | 0.86 | 0.72 |
| Hex | D7 | F5 | 78 | C | 0 | 33 | 4 | 4A | 56 | 48 |
| Octal | 327 | 365 | 170 | 14 | 0 | 63 | 4 | 112 | 126 | 110 |
| Binary | 11010111 | 11110101 | 1111000 | 1100 | 0 | 110011 | 100 | 1001010 | 1010110 | 1001000 |
Color Harmonies of #D7F578
Complementary color
Monochromatic Colors of #D7F578
Black with #D7F578
Text Example
Text Example
White with #D7F578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F578; }
p { color: rgb(215,245,120); }
H1.HeaderClassName
{
color: #D7F578;
}
.AnyTagClassName
{
color: #D7F578;
}
</style>
background-color css
<style>
a { background-color: #D7F578; }
a { background-color: rgb(215,245,120); }
div.DivClassName
{
background-color: #D7F578;
}
.BgClassName
{
background-color: #D7F578;
}
</style>
border-color css
<style>
span { border-color: #D7F578; }
span { border-color: rgb(215,245,120); }
td.TdClassName
{
border-color: #D7F578;
}
.TagClassName
{
border-color: #D7F578;
}
</style>