Shades of Mindaro #D7F074
Tints of Mindaro #D7F074
RGB
CMYK
RGB Variations
Color information
#D7F074 (or 0xD7F074) is known color: Mindaro. HEX triplet: D7, F0 and 74. RGB value is (215,240,116). Sum of RGB (Red+Green+Blue) = 215+240+116=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F074 is #280F8B. Grayscale: #DADADA. Windows color (decimal): -2625420 or 7663831. OLE color: 7663831.
HSL color Cylindrical-coordinate representation of color #D7F074: hue angle of 72.1º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7F074 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 240 | 116 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.06 |
| HSL | 72.1º | 0.81% | 0.7% | - |
| HSV(B) | 72.1º | 0.52% | 0.94% | - |
| XYZ | 62.34 | 78.03 | 28.3 | - |
| YUV | 218.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 240 | 116 | 0.10 | 0 | 0.52 | 0.06 | 72.1 | 0.81 | 0.7 |
| Hex | D7 | F0 | 74 | A | 0 | 34 | 6 | 48 | 51 | 46 |
| Octal | 327 | 360 | 164 | 12 | 0 | 64 | 6 | 110 | 121 | 106 |
| Binary | 11010111 | 11110000 | 1110100 | 1010 | 0 | 110100 | 110 | 1001000 | 1010001 | 1000110 |
Color Harmonies of #D7F074
Complementary color
Monochromatic Colors of #D7F074
Black with #D7F074
Text Example
Text Example
White with #D7F074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F074; }
p { color: rgb(215,240,116); }
H1.HeaderClassName
{
color: #D7F074;
}
.AnyTagClassName
{
color: #D7F074;
}
</style>
background-color css
<style>
a { background-color: #D7F074; }
a { background-color: rgb(215,240,116); }
div.DivClassName
{
background-color: #D7F074;
}
.BgClassName
{
background-color: #D7F074;
}
</style>
border-color css
<style>
span { border-color: #D7F074; }
span { border-color: rgb(215,240,116); }
td.TdClassName
{
border-color: #D7F074;
}
.TagClassName
{
border-color: #D7F074;
}
</style>