Shades of Mindaro #D4E861
Tints of Mindaro #D4E861
RGB
CMYK
RGB Variations
Color information
#D4E861 (or 0xD4E861) is known color: Mindaro. HEX triplet: D4, E8 and 61. RGB value is (212,232,97). Sum of RGB (Red+Green+Blue) = 212+232+97=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E861 is #2B179E. Grayscale: #D3D3D3. Windows color (decimal): -2824095 or 6416596. OLE color: 6416596.
HSL color Cylindrical-coordinate representation of color #D4E861: hue angle of 68.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4E861 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 232 | 97 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.09 |
| HSL | 68.89º | 0.75% | 0.65% | - |
| HSV(B) | 68.89º | 0.58% | 0.91% | - |
| XYZ | 58.17 | 72.57 | 22.25 | - |
| YUV | 210.63 | 63.87 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 232 | 97 | 0.09 | 0 | 0.58 | 0.09 | 68.89 | 0.75 | 0.65 |
| Hex | D4 | E8 | 61 | 9 | 0 | 3A | 9 | 45 | 4B | 41 |
| Octal | 324 | 350 | 141 | 11 | 0 | 72 | 11 | 105 | 113 | 101 |
| Binary | 11010100 | 11101000 | 1100001 | 1001 | 0 | 111010 | 1001 | 1000101 | 1001011 | 1000001 |
Color Harmonies of #D4E861
Complementary color
Monochromatic Colors of #D4E861
Black with #D4E861
Text Example
Text Example
White with #D4E861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E861; }
p { color: rgb(212,232,97); }
H1.HeaderClassName
{
color: #D4E861;
}
.AnyTagClassName
{
color: #D4E861;
}
</style>
background-color css
<style>
a { background-color: #D4E861; }
a { background-color: rgb(212,232,97); }
div.DivClassName
{
background-color: #D4E861;
}
.BgClassName
{
background-color: #D4E861;
}
</style>
border-color css
<style>
span { border-color: #D4E861; }
span { border-color: rgb(212,232,97); }
td.TdClassName
{
border-color: #D4E861;
}
.TagClassName
{
border-color: #D4E861;
}
</style>