Shades of Mindaro #D4EA57
Tints of Mindaro #D4EA57
RGB
CMYK
RGB Variations
Color information
#D4EA57 (or 0xD4EA57) is known color: Mindaro. HEX triplet: D4, EA and 57. RGB value is (212,234,87). Sum of RGB (Red+Green+Blue) = 212+234+87=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EA57 is #2B15A8. Grayscale: #D3D3D3. Windows color (decimal): -2823593 or 5761748. OLE color: 5761748.
HSL color Cylindrical-coordinate representation of color #D4EA57: hue angle of 68.98º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4EA57 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 87 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.08 |
| HSL | 68.98º | 0.78% | 0.63% | - |
| HSV(B) | 68.98º | 0.63% | 0.92% | - |
| XYZ | 58.29 | 73.53 | 20.14 | - |
| YUV | 210.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 87 | 0.09 | 0 | 0.63 | 0.08 | 68.98 | 0.78 | 0.63 |
| Hex | D4 | EA | 57 | 9 | 0 | 3F | 8 | 45 | 4E | 3F |
| Octal | 324 | 352 | 127 | 11 | 0 | 77 | 10 | 105 | 116 | 77 |
| Binary | 11010100 | 11101010 | 1010111 | 1001 | 0 | 111111 | 1000 | 1000101 | 1001110 | 111111 |
Color Harmonies of #D4EA57
Complementary color
Monochromatic Colors of #D4EA57
Black with #D4EA57
Text Example
Text Example
White with #D4EA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EA57; }
p { color: rgb(212,234,87); }
H1.HeaderClassName
{
color: #D4EA57;
}
.AnyTagClassName
{
color: #D4EA57;
}
</style>
background-color css
<style>
a { background-color: #D4EA57; }
a { background-color: rgb(212,234,87); }
div.DivClassName
{
background-color: #D4EA57;
}
.BgClassName
{
background-color: #D4EA57;
}
</style>
border-color css
<style>
span { border-color: #D4EA57; }
span { border-color: rgb(212,234,87); }
td.TdClassName
{
border-color: #D4EA57;
}
.TagClassName
{
border-color: #D4EA57;
}
</style>