Shades of Mindaro #D4E672
Tints of Mindaro #D4E672
RGB
CMYK
RGB Variations
Color information
#D4E672 (or 0xD4E672) is known color: Mindaro. HEX triplet: D4, E6 and 72. RGB value is (212,230,114). Sum of RGB (Red+Green+Blue) = 212+230+114=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E672 is #2B198D. Grayscale: #D3D3D3. Windows color (decimal): -2824590 or 7530196. OLE color: 7530196.
HSL color Cylindrical-coordinate representation of color #D4E672: hue angle of 69.31º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4E672 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 230 | 114 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.10 |
| HSL | 69.31º | 0.7% | 0.67% | - |
| HSV(B) | 69.31º | 0.5% | 0.9% | - |
| XYZ | 58.49 | 71.81 | 26.7 | - |
| YUV | 211.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 230 | 114 | 0.08 | 0 | 0.50 | 0.10 | 69.31 | 0.7 | 0.67 |
| Hex | D4 | E6 | 72 | 8 | 0 | 32 | A | 45 | 46 | 43 |
| Octal | 324 | 346 | 162 | 10 | 0 | 62 | 12 | 105 | 106 | 103 |
| Binary | 11010100 | 11100110 | 1110010 | 1000 | 0 | 110010 | 1010 | 1000101 | 1000110 | 1000011 |
Color Harmonies of #D4E672
Complementary color
Monochromatic Colors of #D4E672
Black with #D4E672
Text Example
Text Example
White with #D4E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E672; }
p { color: rgb(212,230,114); }
H1.HeaderClassName
{
color: #D4E672;
}
.AnyTagClassName
{
color: #D4E672;
}
</style>
background-color css
<style>
a { background-color: #D4E672; }
a { background-color: rgb(212,230,114); }
div.DivClassName
{
background-color: #D4E672;
}
.BgClassName
{
background-color: #D4E672;
}
</style>
border-color css
<style>
span { border-color: #D4E672; }
span { border-color: rgb(212,230,114); }
td.TdClassName
{
border-color: #D4E672;
}
.TagClassName
{
border-color: #D4E672;
}
</style>