Shades of Mindaro #D7F07A
Tints of Mindaro #D7F07A
RGB
CMYK
RGB Variations
Color information
#D7F07A (or 0xD7F07A) is known color: Mindaro. HEX triplet: D7, F0 and 7A. RGB value is (215,240,122). Sum of RGB (Red+Green+Blue) = 215+240+122=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F07A is #280F85. Grayscale: #DBDBDB. Windows color (decimal): -2625414 or 8057047. OLE color: 8057047.
HSL color Cylindrical-coordinate representation of color #D7F07A: hue angle of 72.71º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7F07A is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 240 | 122 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.06 |
| HSL | 72.71º | 0.8% | 0.71% | - |
| HSV(B) | 72.71º | 0.49% | 0.94% | - |
| XYZ | 62.7 | 78.17 | 30.2 | - |
| YUV | 219.07 | 73.22 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 240 | 122 | 0.10 | 0 | 0.49 | 0.06 | 72.71 | 0.8 | 0.71 |
| Hex | D7 | F0 | 7A | A | 0 | 31 | 6 | 49 | 50 | 47 |
| Octal | 327 | 360 | 172 | 12 | 0 | 61 | 6 | 111 | 120 | 107 |
| Binary | 11010111 | 11110000 | 1111010 | 1010 | 0 | 110001 | 110 | 1001001 | 1010000 | 1000111 |
Color Harmonies of #D7F07A
Complementary color
Monochromatic Colors of #D7F07A
Black with #D7F07A
Text Example
Text Example
White with #D7F07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F07A; }
p { color: rgb(215,240,122); }
H1.HeaderClassName
{
color: #D7F07A;
}
.AnyTagClassName
{
color: #D7F07A;
}
</style>
background-color css
<style>
a { background-color: #D7F07A; }
a { background-color: rgb(215,240,122); }
div.DivClassName
{
background-color: #D7F07A;
}
.BgClassName
{
background-color: #D7F07A;
}
</style>
border-color css
<style>
span { border-color: #D7F07A; }
span { border-color: rgb(215,240,122); }
td.TdClassName
{
border-color: #D7F07A;
}
.TagClassName
{
border-color: #D7F07A;
}
</style>