Shades of Mindaro #E6F77B
Tints of Mindaro #E6F77B
RGB
CMYK
RGB Variations
Color information
#E6F77B (or 0xE6F77B) is known color: Mindaro. HEX triplet: E6, F7 and 7B. RGB value is (230,247,123). Sum of RGB (Red+Green+Blue) = 230+247+123=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 123 (48.44% from 255 or 20.5% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #E6F77B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F77B is #190884. Grayscale: #E4E4E4. Windows color (decimal): -1640581 or 8124390. OLE color: 8124390.
HSL color Cylindrical-coordinate representation of color #E6F77B: hue angle of 68.23º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6F77B is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 247 | 123 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.03 |
| HSL | 68.23º | 0.89% | 0.73% | - |
| HSV(B) | 68.23º | 0.5% | 0.97% | - |
| XYZ | 69.47 | 84.77 | 31.44 | - |
| YUV | 227.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 247 | 123 | 0.07 | 0 | 0.50 | 0.03 | 68.23 | 0.89 | 0.73 |
| Hex | E6 | F7 | 7B | 7 | 0 | 32 | 3 | 44 | 59 | 49 |
| Octal | 346 | 367 | 173 | 7 | 0 | 62 | 3 | 104 | 131 | 111 |
| Binary | 11100110 | 11110111 | 1111011 | 111 | 0 | 110010 | 11 | 1000100 | 1011001 | 1001001 |
Color Harmonies of #E6F77B
Complementary color
Monochromatic Colors of #E6F77B
Black with #E6F77B
Text Example
Text Example
White with #E6F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F77B; }
p { color: rgb(230,247,123); }
H1.HeaderClassName
{
color: #E6F77B;
}
.AnyTagClassName
{
color: #E6F77B;
}
</style>
background-color css
<style>
a { background-color: #E6F77B; }
a { background-color: rgb(230,247,123); }
div.DivClassName
{
background-color: #E6F77B;
}
.BgClassName
{
background-color: #E6F77B;
}
</style>
border-color css
<style>
span { border-color: #E6F77B; }
span { border-color: rgb(230,247,123); }
td.TdClassName
{
border-color: #E6F77B;
}
.TagClassName
{
border-color: #E6F77B;
}
</style>