Shades of Mindaro #D7EA56
Tints of Mindaro #D7EA56
RGB
CMYK
RGB Variations
Color information
#D7EA56 (or 0xD7EA56) is known color: Mindaro. HEX triplet: D7, EA and 56. RGB value is (215,234,86). Sum of RGB (Red+Green+Blue) = 215+234+86=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7EA56 is #2815A9. Grayscale: #D4D4D4. Windows color (decimal): -2626986 or 5696215. OLE color: 5696215.
HSL color Cylindrical-coordinate representation of color #D7EA56: hue angle of 67.7º 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 #D7EA56 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 86 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.08 |
| HSL | 67.7º | 0.78% | 0.63% | - |
| HSV(B) | 67.7º | 0.63% | 0.92% | - |
| XYZ | 59.13 | 73.96 | 19.96 | - |
| YUV | 211.45 | 57.21 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 86 | 0.08 | 0 | 0.63 | 0.08 | 67.7 | 0.78 | 0.63 |
| Hex | D7 | EA | 56 | 8 | 0 | 3F | 8 | 44 | 4E | 3F |
| Octal | 327 | 352 | 126 | 10 | 0 | 77 | 10 | 104 | 116 | 77 |
| Binary | 11010111 | 11101010 | 1010110 | 1000 | 0 | 111111 | 1000 | 1000100 | 1001110 | 111111 |
Color Harmonies of #D7EA56
Complementary color
Monochromatic Colors of #D7EA56
Black with #D7EA56
Text Example
Text Example
White with #D7EA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EA56; }
p { color: rgb(215,234,86); }
H1.HeaderClassName
{
color: #D7EA56;
}
.AnyTagClassName
{
color: #D7EA56;
}
</style>
background-color css
<style>
a { background-color: #D7EA56; }
a { background-color: rgb(215,234,86); }
div.DivClassName
{
background-color: #D7EA56;
}
.BgClassName
{
background-color: #D7EA56;
}
</style>
border-color css
<style>
span { border-color: #D7EA56; }
span { border-color: rgb(215,234,86); }
td.TdClassName
{
border-color: #D7EA56;
}
.TagClassName
{
border-color: #D7EA56;
}
</style>