Shades of Mindaro #E6F57A
Tints of Mindaro #E6F57A
RGB
CMYK
RGB Variations
Color information
#E6F57A (or 0xE6F57A) is known color: Mindaro. HEX triplet: E6, F5 and 7A. RGB value is (230,245,122). Sum of RGB (Red+Green+Blue) = 230+245+122=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F57A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F57A is #190A85. Grayscale: #E2E2E2. Windows color (decimal): -1641094 or 8058342. OLE color: 8058342.
HSL color Cylindrical-coordinate representation of color #E6F57A: hue angle of 67.32º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6F57A is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 245 | 122 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.04 |
| HSL | 67.32º | 0.86% | 0.72% | - |
| HSV(B) | 67.32º | 0.5% | 0.96% | - |
| XYZ | 68.8 | 83.53 | 30.91 | - |
| YUV | 226.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 245 | 122 | 0.06 | 0 | 0.50 | 0.04 | 67.32 | 0.86 | 0.72 |
| Hex | E6 | F5 | 7A | 6 | 0 | 32 | 4 | 43 | 56 | 48 |
| Octal | 346 | 365 | 172 | 6 | 0 | 62 | 4 | 103 | 126 | 110 |
| Binary | 11100110 | 11110101 | 1111010 | 110 | 0 | 110010 | 100 | 1000011 | 1010110 | 1001000 |
Color Harmonies of #E6F57A
Complementary color
Monochromatic Colors of #E6F57A
Black with #E6F57A
Text Example
Text Example
White with #E6F57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F57A; }
p { color: rgb(230,245,122); }
H1.HeaderClassName
{
color: #E6F57A;
}
.AnyTagClassName
{
color: #E6F57A;
}
</style>
background-color css
<style>
a { background-color: #E6F57A; }
a { background-color: rgb(230,245,122); }
div.DivClassName
{
background-color: #E6F57A;
}
.BgClassName
{
background-color: #E6F57A;
}
</style>
border-color css
<style>
span { border-color: #E6F57A; }
span { border-color: rgb(230,245,122); }
td.TdClassName
{
border-color: #E6F57A;
}
.TagClassName
{
border-color: #E6F57A;
}
</style>