Shades of Mindaro #D4E558
Tints of Mindaro #D4E558
RGB
CMYK
RGB Variations
Color information
#D4E558 (or 0xD4E558) is known color: Mindaro. HEX triplet: D4, E5 and 58. RGB value is (212,229,88). Sum of RGB (Red+Green+Blue) = 212+229+88=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E558 is #2B1AA7. Grayscale: #D0D0D0. Windows color (decimal): -2824872 or 5826004. OLE color: 5826004.
HSL color Cylindrical-coordinate representation of color #D4E558: hue angle of 67.23º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4E558 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 229 | 88 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.10 |
| HSL | 67.23º | 0.73% | 0.62% | - |
| HSV(B) | 67.23º | 0.62% | 0.9% | - |
| XYZ | 56.93 | 70.74 | 19.89 | - |
| YUV | 207.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 229 | 88 | 0.07 | 0 | 0.62 | 0.10 | 67.23 | 0.73 | 0.62 |
| Hex | D4 | E5 | 58 | 7 | 0 | 3E | A | 43 | 49 | 3E |
| Octal | 324 | 345 | 130 | 7 | 0 | 76 | 12 | 103 | 111 | 76 |
| Binary | 11010100 | 11100101 | 1011000 | 111 | 0 | 111110 | 1010 | 1000011 | 1001001 | 111110 |
Color Harmonies of #D4E558
Complementary color
Monochromatic Colors of #D4E558
Black with #D4E558
Text Example
Text Example
White with #D4E558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E558; }
p { color: rgb(212,229,88); }
H1.HeaderClassName
{
color: #D4E558;
}
.AnyTagClassName
{
color: #D4E558;
}
</style>
background-color css
<style>
a { background-color: #D4E558; }
a { background-color: rgb(212,229,88); }
div.DivClassName
{
background-color: #D4E558;
}
.BgClassName
{
background-color: #D4E558;
}
</style>
border-color css
<style>
span { border-color: #D4E558; }
span { border-color: rgb(212,229,88); }
td.TdClassName
{
border-color: #D4E558;
}
.TagClassName
{
border-color: #D4E558;
}
</style>