Shades of Mindaro #D4EE74
Tints of Mindaro #D4EE74
RGB
CMYK
RGB Variations
Color information
#D4EE74 (or 0xD4EE74) is known color: Mindaro. HEX triplet: D4, EE and 74. RGB value is (212,238,116). Sum of RGB (Red+Green+Blue) = 212+238+116=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EE74 is #2B118B. Grayscale: #D8D8D8. Windows color (decimal): -2822540 or 7663316. OLE color: 7663316.
HSL color Cylindrical-coordinate representation of color #D4EE74: hue angle of 72.79º degrees, saturation: 0.78, 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 #D4EE74 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 238 | 116 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.07 |
| HSL | 72.79º | 0.78% | 0.69% | - |
| HSV(B) | 72.79º | 0.51% | 0.93% | - |
| XYZ | 60.88 | 76.41 | 28.06 | - |
| YUV | 216.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 116 | 0.11 | 0 | 0.51 | 0.07 | 72.79 | 0.78 | 0.69 |
| Hex | D4 | EE | 74 | B | 0 | 33 | 7 | 49 | 4E | 45 |
| Octal | 324 | 356 | 164 | 13 | 0 | 63 | 7 | 111 | 116 | 105 |
| Binary | 11010100 | 11101110 | 1110100 | 1011 | 0 | 110011 | 111 | 1001001 | 1001110 | 1000101 |
Color Harmonies of #D4EE74
Complementary color
Monochromatic Colors of #D4EE74
Black with #D4EE74
Text Example
Text Example
White with #D4EE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EE74; }
p { color: rgb(212,238,116); }
H1.HeaderClassName
{
color: #D4EE74;
}
.AnyTagClassName
{
color: #D4EE74;
}
</style>
background-color css
<style>
a { background-color: #D4EE74; }
a { background-color: rgb(212,238,116); }
div.DivClassName
{
background-color: #D4EE74;
}
.BgClassName
{
background-color: #D4EE74;
}
</style>
border-color css
<style>
span { border-color: #D4EE74; }
span { border-color: rgb(212,238,116); }
td.TdClassName
{
border-color: #D4EE74;
}
.TagClassName
{
border-color: #D4EE74;
}
</style>