Shades of Mindaro #D4E670
Tints of Mindaro #D4E670
RGB
CMYK
RGB Variations
Color information
#D4E670 (or 0xD4E670) is known color: Mindaro. HEX triplet: D4, E6 and 70. RGB value is (212,230,112). Sum of RGB (Red+Green+Blue) = 212+230+112=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E670 is #2B198F. Grayscale: #D3D3D3. Windows color (decimal): -2824592 or 7399124. OLE color: 7399124.
HSL color Cylindrical-coordinate representation of color #D4E670: hue angle of 69.15º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4E670 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 230 | 112 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.10 |
| HSL | 69.15º | 0.7% | 0.67% | - |
| HSV(B) | 69.15º | 0.51% | 0.9% | - |
| XYZ | 58.37 | 71.76 | 26.1 | - |
| YUV | 211.17 | 72.04 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 230 | 112 | 0.08 | 0 | 0.51 | 0.10 | 69.15 | 0.7 | 0.67 |
| Hex | D4 | E6 | 70 | 8 | 0 | 33 | A | 45 | 46 | 43 |
| Octal | 324 | 346 | 160 | 10 | 0 | 63 | 12 | 105 | 106 | 103 |
| Binary | 11010100 | 11100110 | 1110000 | 1000 | 0 | 110011 | 1010 | 1000101 | 1000110 | 1000011 |
Color Harmonies of #D4E670
Complementary color
Monochromatic Colors of #D4E670
Black with #D4E670
Text Example
Text Example
White with #D4E670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E670; }
p { color: rgb(212,230,112); }
H1.HeaderClassName
{
color: #D4E670;
}
.AnyTagClassName
{
color: #D4E670;
}
</style>
background-color css
<style>
a { background-color: #D4E670; }
a { background-color: rgb(212,230,112); }
div.DivClassName
{
background-color: #D4E670;
}
.BgClassName
{
background-color: #D4E670;
}
</style>
border-color css
<style>
span { border-color: #D4E670; }
span { border-color: rgb(212,230,112); }
td.TdClassName
{
border-color: #D4E670;
}
.TagClassName
{
border-color: #D4E670;
}
</style>