Shades of Mindaro #E6F27A
Tints of Mindaro #E6F27A
RGB
CMYK
RGB Variations
Color information
#E6F27A (or 0xE6F27A) is known color: Mindaro. HEX triplet: E6, F2 and 7A. RGB value is (230,242,122). Sum of RGB (Red+Green+Blue) = 230+242+122=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 122 (48.05% from 255 or 20.54% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F27A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F27A is #190D85. Grayscale: #E1E1E1. Windows color (decimal): -1641862 or 8057574. OLE color: 8057574.
HSL color Cylindrical-coordinate representation of color #E6F27A: hue angle of 66º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6F27A is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 122 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.05 |
| HSL | 66º | 0.82% | 0.71% | - |
| HSV(B) | 66º | 0.5% | 0.95% | - |
| XYZ | 67.9 | 81.73 | 30.61 | - |
| YUV | 224.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 122 | 0.05 | 0 | 0.50 | 0.05 | 66 | 0.82 | 0.71 |
| Hex | E6 | F2 | 7A | 5 | 0 | 32 | 5 | 42 | 52 | 47 |
| Octal | 346 | 362 | 172 | 5 | 0 | 62 | 5 | 102 | 122 | 107 |
| Binary | 11100110 | 11110010 | 1111010 | 101 | 0 | 110010 | 101 | 1000010 | 1010010 | 1000111 |
Color Harmonies of #E6F27A
Complementary color
Monochromatic Colors of #E6F27A
Black with #E6F27A
Text Example
Text Example
White with #E6F27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F27A; }
p { color: rgb(230,242,122); }
H1.HeaderClassName
{
color: #E6F27A;
}
.AnyTagClassName
{
color: #E6F27A;
}
</style>
background-color css
<style>
a { background-color: #E6F27A; }
a { background-color: rgb(230,242,122); }
div.DivClassName
{
background-color: #E6F27A;
}
.BgClassName
{
background-color: #E6F27A;
}
</style>
border-color css
<style>
span { border-color: #E6F27A; }
span { border-color: rgb(230,242,122); }
td.TdClassName
{
border-color: #E6F27A;
}
.TagClassName
{
border-color: #E6F27A;
}
</style>