Shades of Mindaro #D7F17E
Tints of Mindaro #D7F17E
RGB
CMYK
RGB Variations
Color information
#D7F17E (or 0xD7F17E) is known color: Mindaro. HEX triplet: D7, F1 and 7E. RGB value is (215,241,126). Sum of RGB (Red+Green+Blue) = 215+241+126=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 126 (49.61% from 255 or 21.65% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F17E is #280E81. Grayscale: #DCDCDC. Windows color (decimal): -2625154 or 8319447. OLE color: 8319447.
HSL color Cylindrical-coordinate representation of color #D7F17E: hue angle of 73.57º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7F17E is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 126 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.05 |
| HSL | 73.57º | 0.8% | 0.72% | - |
| HSV(B) | 73.57º | 0.48% | 0.95% | - |
| XYZ | 63.25 | 78.86 | 31.63 | - |
| YUV | 220.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 126 | 0.11 | 0 | 0.48 | 0.05 | 73.57 | 0.8 | 0.72 |
| Hex | D7 | F1 | 7E | B | 0 | 30 | 5 | 4A | 50 | 48 |
| Octal | 327 | 361 | 176 | 13 | 0 | 60 | 5 | 112 | 120 | 110 |
| Binary | 11010111 | 11110001 | 1111110 | 1011 | 0 | 110000 | 101 | 1001010 | 1010000 | 1001000 |
Color Harmonies of #D7F17E
Complementary color
Monochromatic Colors of #D7F17E
Black with #D7F17E
Text Example
Text Example
White with #D7F17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F17E; }
p { color: rgb(215,241,126); }
H1.HeaderClassName
{
color: #D7F17E;
}
.AnyTagClassName
{
color: #D7F17E;
}
</style>
background-color css
<style>
a { background-color: #D7F17E; }
a { background-color: rgb(215,241,126); }
div.DivClassName
{
background-color: #D7F17E;
}
.BgClassName
{
background-color: #D7F17E;
}
</style>
border-color css
<style>
span { border-color: #D7F17E; }
span { border-color: rgb(215,241,126); }
td.TdClassName
{
border-color: #D7F17E;
}
.TagClassName
{
border-color: #D7F17E;
}
</style>