Shades of Mindaro #D7F47D
Tints of Mindaro #D7F47D
RGB
CMYK
RGB Variations
Color information
#D7F47D (or 0xD7F47D) is known color: Mindaro. HEX triplet: D7, F4 and 7D. RGB value is (215,244,125). Sum of RGB (Red+Green+Blue) = 215+244+125=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #D7F47D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F47D is #280B82. Grayscale: #DEDEDE. Windows color (decimal): -2624387 or 8254679. OLE color: 8254679.
HSL color Cylindrical-coordinate representation of color #D7F47D: hue angle of 74.62º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7F47D is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 244 | 125 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.04 |
| HSL | 74.62º | 0.84% | 0.72% | - |
| HSV(B) | 74.62º | 0.49% | 0.96% | - |
| XYZ | 64.08 | 80.63 | 31.59 | - |
| YUV | 221.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 244 | 125 | 0.12 | 0 | 0.49 | 0.04 | 74.62 | 0.84 | 0.72 |
| Hex | D7 | F4 | 7D | C | 0 | 31 | 4 | 4B | 54 | 48 |
| Octal | 327 | 364 | 175 | 14 | 0 | 61 | 4 | 113 | 124 | 110 |
| Binary | 11010111 | 11110100 | 1111101 | 1100 | 0 | 110001 | 100 | 1001011 | 1010100 | 1001000 |
Color Harmonies of #D7F47D
Complementary color
Monochromatic Colors of #D7F47D
Black with #D7F47D
Text Example
Text Example
White with #D7F47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F47D; }
p { color: rgb(215,244,125); }
H1.HeaderClassName
{
color: #D7F47D;
}
.AnyTagClassName
{
color: #D7F47D;
}
</style>
background-color css
<style>
a { background-color: #D7F47D; }
a { background-color: rgb(215,244,125); }
div.DivClassName
{
background-color: #D7F47D;
}
.BgClassName
{
background-color: #D7F47D;
}
</style>
border-color css
<style>
span { border-color: #D7F47D; }
span { border-color: rgb(215,244,125); }
td.TdClassName
{
border-color: #D7F47D;
}
.TagClassName
{
border-color: #D7F47D;
}
</style>