Shades of Mindaro #D8EC74
Tints of Mindaro #D8EC74
RGB
CMYK
RGB Variations
Color information
#D8EC74 (or 0xD8EC74) is known color: Mindaro. HEX triplet: D8, EC and 74. RGB value is (216,236,116). Sum of RGB (Red+Green+Blue) = 216+236+116=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EC74 is #27138B. Grayscale: #D8D8D8. Windows color (decimal): -2560908 or 7662808. OLE color: 7662808.
HSL color Cylindrical-coordinate representation of color #D8EC74: hue angle of 70º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8EC74 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 116 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.07 |
| HSL | 70º | 0.76% | 0.69% | - |
| HSV(B) | 70º | 0.51% | 0.93% | - |
| XYZ | 61.47 | 75.85 | 27.92 | - |
| YUV | 216.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 116 | 0.08 | 0 | 0.51 | 0.07 | 70 | 0.76 | 0.69 |
| Hex | D8 | EC | 74 | 8 | 0 | 33 | 7 | 46 | 4C | 45 |
| Octal | 330 | 354 | 164 | 10 | 0 | 63 | 7 | 106 | 114 | 105 |
| Binary | 11011000 | 11101100 | 1110100 | 1000 | 0 | 110011 | 111 | 1000110 | 1001100 | 1000101 |
Color Harmonies of #D8EC74
Complementary color
Monochromatic Colors of #D8EC74
Black with #D8EC74
Text Example
Text Example
White with #D8EC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EC74; }
p { color: rgb(216,236,116); }
H1.HeaderClassName
{
color: #D8EC74;
}
.AnyTagClassName
{
color: #D8EC74;
}
</style>
background-color css
<style>
a { background-color: #D8EC74; }
a { background-color: rgb(216,236,116); }
div.DivClassName
{
background-color: #D8EC74;
}
.BgClassName
{
background-color: #D8EC74;
}
</style>
border-color css
<style>
span { border-color: #D8EC74; }
span { border-color: rgb(216,236,116); }
td.TdClassName
{
border-color: #D8EC74;
}
.TagClassName
{
border-color: #D8EC74;
}
</style>