Shades of Mindaro #D4E274
Tints of Mindaro #D4E274
RGB
CMYK
RGB Variations
Color information
#D4E274 (or 0xD4E274) is known color: Mindaro. HEX triplet: D4, E2 and 74. RGB value is (212,226,116). Sum of RGB (Red+Green+Blue) = 212+226+116=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E274 is #2B1D8B. Grayscale: #D1D1D1. Windows color (decimal): -2825612 or 7660244. OLE color: 7660244.
HSL color Cylindrical-coordinate representation of color #D4E274: hue angle of 67.64º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4E274 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 226 | 116 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.11 |
| HSL | 67.64º | 0.65% | 0.67% | - |
| HSV(B) | 67.64º | 0.49% | 0.89% | - |
| XYZ | 57.5 | 69.65 | 26.94 | - |
| YUV | 209.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 226 | 116 | 0.06 | 0 | 0.49 | 0.11 | 67.64 | 0.65 | 0.67 |
| Hex | D4 | E2 | 74 | 6 | 0 | 31 | B | 44 | 41 | 43 |
| Octal | 324 | 342 | 164 | 6 | 0 | 61 | 13 | 104 | 101 | 103 |
| Binary | 11010100 | 11100010 | 1110100 | 110 | 0 | 110001 | 1011 | 1000100 | 1000001 | 1000011 |
Color Harmonies of #D4E274
Complementary color
Monochromatic Colors of #D4E274
Black with #D4E274
Text Example
Text Example
White with #D4E274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E274; }
p { color: rgb(212,226,116); }
H1.HeaderClassName
{
color: #D4E274;
}
.AnyTagClassName
{
color: #D4E274;
}
</style>
background-color css
<style>
a { background-color: #D4E274; }
a { background-color: rgb(212,226,116); }
div.DivClassName
{
background-color: #D4E274;
}
.BgClassName
{
background-color: #D4E274;
}
</style>
border-color css
<style>
span { border-color: #D4E274; }
span { border-color: rgb(212,226,116); }
td.TdClassName
{
border-color: #D4E274;
}
.TagClassName
{
border-color: #D4E274;
}
</style>