Shades of Mindaro #D4E864
Tints of Mindaro #D4E864
RGB
CMYK
RGB Variations
Color information
#D4E864 (or 0xD4E864) is known color: Mindaro. HEX triplet: D4, E8 and 64. RGB value is (212,232,100). Sum of RGB (Red+Green+Blue) = 212+232+100=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E864 is #2B179B. Grayscale: #D3D3D3. Windows color (decimal): -2824092 or 6613204. OLE color: 6613204.
HSL color Cylindrical-coordinate representation of color #D4E864: hue angle of 69.09º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4E864 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 232 | 100 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.09 |
| HSL | 69.09º | 0.74% | 0.65% | - |
| HSV(B) | 69.09º | 0.57% | 0.91% | - |
| XYZ | 58.31 | 72.63 | 23 | - |
| YUV | 210.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 232 | 100 | 0.09 | 0 | 0.57 | 0.09 | 69.09 | 0.74 | 0.65 |
| Hex | D4 | E8 | 64 | 9 | 0 | 39 | 9 | 45 | 4A | 41 |
| Octal | 324 | 350 | 144 | 11 | 0 | 71 | 11 | 105 | 112 | 101 |
| Binary | 11010100 | 11101000 | 1100100 | 1001 | 0 | 111001 | 1001 | 1000101 | 1001010 | 1000001 |
Color Harmonies of #D4E864
Complementary color
Monochromatic Colors of #D4E864
Black with #D4E864
Text Example
Text Example
White with #D4E864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E864; }
p { color: rgb(212,232,100); }
H1.HeaderClassName
{
color: #D4E864;
}
.AnyTagClassName
{
color: #D4E864;
}
</style>
background-color css
<style>
a { background-color: #D4E864; }
a { background-color: rgb(212,232,100); }
div.DivClassName
{
background-color: #D4E864;
}
.BgClassName
{
background-color: #D4E864;
}
</style>
border-color css
<style>
span { border-color: #D4E864; }
span { border-color: rgb(212,232,100); }
td.TdClassName
{
border-color: #D4E864;
}
.TagClassName
{
border-color: #D4E864;
}
</style>