Shades of Mindaro #D7F17F
Tints of Mindaro #D7F17F
RGB
CMYK
RGB Variations
Color information
#D7F17F (or 0xD7F17F) is known color: Mindaro. HEX triplet: D7, F1 and 7F. RGB value is (215,241,127). Sum of RGB (Red+Green+Blue) = 215+241+127=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F17F is #280E80. Grayscale: #DCDCDC. Windows color (decimal): -2625153 or 8384983. OLE color: 8384983.
HSL color Cylindrical-coordinate representation of color #D7F17F: hue angle of 73.68º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7F17F is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 127 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.05 |
| HSL | 73.68º | 0.8% | 0.72% | - |
| HSV(B) | 73.68º | 0.47% | 0.95% | - |
| XYZ | 63.31 | 78.89 | 31.97 | - |
| YUV | 220.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 127 | 0.11 | 0 | 0.47 | 0.05 | 73.68 | 0.8 | 0.72 |
| Hex | D7 | F1 | 7F | B | 0 | 2F | 5 | 4A | 50 | 48 |
| Octal | 327 | 361 | 177 | 13 | 0 | 57 | 5 | 112 | 120 | 110 |
| Binary | 11010111 | 11110001 | 1111111 | 1011 | 0 | 101111 | 101 | 1001010 | 1010000 | 1001000 |
Color Harmonies of #D7F17F
Complementary color
Monochromatic Colors of #D7F17F
Black with #D7F17F
Text Example
Text Example
White with #D7F17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F17F; }
p { color: rgb(215,241,127); }
H1.HeaderClassName
{
color: #D7F17F;
}
.AnyTagClassName
{
color: #D7F17F;
}
</style>
background-color css
<style>
a { background-color: #D7F17F; }
a { background-color: rgb(215,241,127); }
div.DivClassName
{
background-color: #D7F17F;
}
.BgClassName
{
background-color: #D7F17F;
}
</style>
border-color css
<style>
span { border-color: #D7F17F; }
span { border-color: rgb(215,241,127); }
td.TdClassName
{
border-color: #D7F17F;
}
.TagClassName
{
border-color: #D7F17F;
}
</style>