Shades of Mindaro #D4E180
Tints of Mindaro #D4E180
RGB
CMYK
RGB Variations
Color information
#D4E180 (or 0xD4E180) is known color: Mindaro. HEX triplet: D4, E1 and 80. RGB value is (212,225,128). Sum of RGB (Red+Green+Blue) = 212+225+128=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E180 is #2B1E7F. Grayscale: #D2D2D2. Windows color (decimal): -2825856 or 8446420. OLE color: 8446420.
HSL color Cylindrical-coordinate representation of color #D4E180: hue angle of 68.04º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4E180 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 128 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.12 |
| HSL | 68.04º | 0.62% | 0.69% | - |
| HSV(B) | 68.04º | 0.43% | 0.88% | - |
| XYZ | 57.97 | 69.41 | 30.76 | - |
| YUV | 210.06 | 81.69 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 128 | 0.06 | 0 | 0.43 | 0.12 | 68.04 | 0.62 | 0.69 |
| Hex | D4 | E1 | 80 | 6 | 0 | 2B | C | 44 | 3E | 45 |
| Octal | 324 | 341 | 200 | 6 | 0 | 53 | 14 | 104 | 76 | 105 |
| Binary | 11010100 | 11100001 | 10000000 | 110 | 0 | 101011 | 1100 | 1000100 | 111110 | 1000101 |
Color Harmonies of #D4E180
Complementary color
Monochromatic Colors of #D4E180
Black with #D4E180
Text Example
Text Example
White with #D4E180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E180; }
p { color: rgb(212,225,128); }
H1.HeaderClassName
{
color: #D4E180;
}
.AnyTagClassName
{
color: #D4E180;
}
</style>
background-color css
<style>
a { background-color: #D4E180; }
a { background-color: rgb(212,225,128); }
div.DivClassName
{
background-color: #D4E180;
}
.BgClassName
{
background-color: #D4E180;
}
</style>
border-color css
<style>
span { border-color: #D4E180; }
span { border-color: rgb(212,225,128); }
td.TdClassName
{
border-color: #D4E180;
}
.TagClassName
{
border-color: #D4E180;
}
</style>