Shades of Mindaro #D7F27A
Tints of Mindaro #D7F27A
RGB
CMYK
RGB Variations
Color information
#D7F27A (or 0xD7F27A) is known color: Mindaro. HEX triplet: D7, F2 and 7A. RGB value is (215,242,122). Sum of RGB (Red+Green+Blue) = 215+242+122=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F27A is #280D85. Grayscale: #DCDCDC. Windows color (decimal): -2624902 or 8057559. OLE color: 8057559.
HSL color Cylindrical-coordinate representation of color #D7F27A: hue angle of 73.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7F27A is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 122 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.05 |
| HSL | 73.5º | 0.82% | 0.71% | - |
| HSV(B) | 73.5º | 0.5% | 0.95% | - |
| XYZ | 63.29 | 79.36 | 30.39 | - |
| YUV | 220.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 122 | 0.11 | 0 | 0.50 | 0.05 | 73.5 | 0.82 | 0.71 |
| Hex | D7 | F2 | 7A | B | 0 | 32 | 5 | 4A | 52 | 47 |
| Octal | 327 | 362 | 172 | 13 | 0 | 62 | 5 | 112 | 122 | 107 |
| Binary | 11010111 | 11110010 | 1111010 | 1011 | 0 | 110010 | 101 | 1001010 | 1010010 | 1000111 |
Color Harmonies of #D7F27A
Complementary color
Monochromatic Colors of #D7F27A
Black with #D7F27A
Text Example
Text Example
White with #D7F27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F27A; }
p { color: rgb(215,242,122); }
H1.HeaderClassName
{
color: #D7F27A;
}
.AnyTagClassName
{
color: #D7F27A;
}
</style>
background-color css
<style>
a { background-color: #D7F27A; }
a { background-color: rgb(215,242,122); }
div.DivClassName
{
background-color: #D7F27A;
}
.BgClassName
{
background-color: #D7F27A;
}
</style>
border-color css
<style>
span { border-color: #D7F27A; }
span { border-color: rgb(215,242,122); }
td.TdClassName
{
border-color: #D7F27A;
}
.TagClassName
{
border-color: #D7F27A;
}
</style>