Shades of Mindaro #D7F17D
Tints of Mindaro #D7F17D
RGB
CMYK
RGB Variations
Color information
#D7F17D (or 0xD7F17D) is known color: Mindaro. HEX triplet: D7, F1 and 7D. RGB value is (215,241,125). Sum of RGB (Red+Green+Blue) = 215+241+125=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F17D is #280E82. Grayscale: #DCDCDC. Windows color (decimal): -2625155 or 8253911. OLE color: 8253911.
HSL color Cylindrical-coordinate representation of color #D7F17D: hue angle of 73.45º degrees, saturation: 0.81, 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 #D7F17D is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 125 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.05 |
| HSL | 73.45º | 0.81% | 0.72% | - |
| HSV(B) | 73.45º | 0.48% | 0.95% | - |
| XYZ | 63.18 | 78.84 | 31.29 | - |
| YUV | 220 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 125 | 0.11 | 0 | 0.48 | 0.05 | 73.45 | 0.81 | 0.72 |
| Hex | D7 | F1 | 7D | B | 0 | 30 | 5 | 49 | 51 | 48 |
| Octal | 327 | 361 | 175 | 13 | 0 | 60 | 5 | 111 | 121 | 110 |
| Binary | 11010111 | 11110001 | 1111101 | 1011 | 0 | 110000 | 101 | 1001001 | 1010001 | 1001000 |
Color Harmonies of #D7F17D
Complementary color
Monochromatic Colors of #D7F17D
Black with #D7F17D
Text Example
Text Example
White with #D7F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F17D; }
p { color: rgb(215,241,125); }
H1.HeaderClassName
{
color: #D7F17D;
}
.AnyTagClassName
{
color: #D7F17D;
}
</style>
background-color css
<style>
a { background-color: #D7F17D; }
a { background-color: rgb(215,241,125); }
div.DivClassName
{
background-color: #D7F17D;
}
.BgClassName
{
background-color: #D7F17D;
}
</style>
border-color css
<style>
span { border-color: #D7F17D; }
span { border-color: rgb(215,241,125); }
td.TdClassName
{
border-color: #D7F17D;
}
.TagClassName
{
border-color: #D7F17D;
}
</style>