Shades of Mindaro #D4E27A
Tints of Mindaro #D4E27A
RGB
CMYK
RGB Variations
Color information
#D4E27A (or 0xD4E27A) is known color: Mindaro. HEX triplet: D4, E2 and 7A. RGB value is (212,226,122). Sum of RGB (Red+Green+Blue) = 212+226+122=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E27A is #2B1D85. Grayscale: #D2D2D2. Windows color (decimal): -2825606 or 8053460. OLE color: 8053460.
HSL color Cylindrical-coordinate representation of color #D4E27A: hue angle of 68.08º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4E27A is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 226 | 122 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.11 |
| HSL | 68.08º | 0.64% | 0.68% | - |
| HSV(B) | 68.08º | 0.46% | 0.89% | - |
| XYZ | 57.86 | 69.79 | 28.83 | - |
| YUV | 209.96 | 78.36 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 226 | 122 | 0.06 | 0 | 0.46 | 0.11 | 68.08 | 0.64 | 0.68 |
| Hex | D4 | E2 | 7A | 6 | 0 | 2E | B | 44 | 40 | 44 |
| Octal | 324 | 342 | 172 | 6 | 0 | 56 | 13 | 104 | 100 | 104 |
| Binary | 11010100 | 11100010 | 1111010 | 110 | 0 | 101110 | 1011 | 1000100 | 1000000 | 1000100 |
Color Harmonies of #D4E27A
Complementary color
Monochromatic Colors of #D4E27A
Black with #D4E27A
Text Example
Text Example
White with #D4E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E27A; }
p { color: rgb(212,226,122); }
H1.HeaderClassName
{
color: #D4E27A;
}
.AnyTagClassName
{
color: #D4E27A;
}
</style>
background-color css
<style>
a { background-color: #D4E27A; }
a { background-color: rgb(212,226,122); }
div.DivClassName
{
background-color: #D4E27A;
}
.BgClassName
{
background-color: #D4E27A;
}
</style>
border-color css
<style>
span { border-color: #D4E27A; }
span { border-color: rgb(212,226,122); }
td.TdClassName
{
border-color: #D4E27A;
}
.TagClassName
{
border-color: #D4E27A;
}
</style>