Shades of Mindaro #D4E378
Tints of Mindaro #D4E378
RGB
CMYK
RGB Variations
Color information
#D4E378 (or 0xD4E378) is known color: Mindaro. HEX triplet: D4, E3 and 78. RGB value is (212,227,120). Sum of RGB (Red+Green+Blue) = 212+227+120=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E378 is #2B1C87. Grayscale: #D2D2D2. Windows color (decimal): -2825352 or 7922644. OLE color: 7922644.
HSL color Cylindrical-coordinate representation of color #D4E378: hue angle of 68.41º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4E378 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 227 | 120 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.11 |
| HSL | 68.41º | 0.66% | 0.68% | - |
| HSV(B) | 68.41º | 0.47% | 0.89% | - |
| XYZ | 58.01 | 70.29 | 28.28 | - |
| YUV | 210.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 227 | 120 | 0.07 | 0 | 0.47 | 0.11 | 68.41 | 0.66 | 0.68 |
| Hex | D4 | E3 | 78 | 7 | 0 | 2F | B | 44 | 42 | 44 |
| Octal | 324 | 343 | 170 | 7 | 0 | 57 | 13 | 104 | 102 | 104 |
| Binary | 11010100 | 11100011 | 1111000 | 111 | 0 | 101111 | 1011 | 1000100 | 1000010 | 1000100 |
Color Harmonies of #D4E378
Complementary color
Monochromatic Colors of #D4E378
Black with #D4E378
Text Example
Text Example
White with #D4E378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E378; }
p { color: rgb(212,227,120); }
H1.HeaderClassName
{
color: #D4E378;
}
.AnyTagClassName
{
color: #D4E378;
}
</style>
background-color css
<style>
a { background-color: #D4E378; }
a { background-color: rgb(212,227,120); }
div.DivClassName
{
background-color: #D4E378;
}
.BgClassName
{
background-color: #D4E378;
}
</style>
border-color css
<style>
span { border-color: #D4E378; }
span { border-color: rgb(212,227,120); }
td.TdClassName
{
border-color: #D4E378;
}
.TagClassName
{
border-color: #D4E378;
}
</style>