Shades of Mindaro #E6F77D
Tints of Mindaro #E6F77D
RGB
CMYK
RGB Variations
Color information
#E6F77D (or 0xE6F77D) is known color: Mindaro. HEX triplet: E6, F7 and 7D. RGB value is (230,247,125). Sum of RGB (Red+Green+Blue) = 230+247+125=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #E6F77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F77D is #190882. Grayscale: #E4E4E4. Windows color (decimal): -1640579 or 8255462. OLE color: 8255462.
HSL color Cylindrical-coordinate representation of color #E6F77D: hue angle of 68.36º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6F77D is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 247 | 125 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.03 |
| HSL | 68.36º | 0.88% | 0.73% | - |
| HSV(B) | 68.36º | 0.49% | 0.97% | - |
| XYZ | 69.6 | 84.83 | 32.11 | - |
| YUV | 228.01 | 69.87 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 247 | 125 | 0.07 | 0 | 0.49 | 0.03 | 68.36 | 0.88 | 0.73 |
| Hex | E6 | F7 | 7D | 7 | 0 | 31 | 3 | 44 | 58 | 49 |
| Octal | 346 | 367 | 175 | 7 | 0 | 61 | 3 | 104 | 130 | 111 |
| Binary | 11100110 | 11110111 | 1111101 | 111 | 0 | 110001 | 11 | 1000100 | 1011000 | 1001001 |
Color Harmonies of #E6F77D
Complementary color
Monochromatic Colors of #E6F77D
Black with #E6F77D
Text Example
Text Example
White with #E6F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F77D; }
p { color: rgb(230,247,125); }
H1.HeaderClassName
{
color: #E6F77D;
}
.AnyTagClassName
{
color: #E6F77D;
}
</style>
background-color css
<style>
a { background-color: #E6F77D; }
a { background-color: rgb(230,247,125); }
div.DivClassName
{
background-color: #E6F77D;
}
.BgClassName
{
background-color: #E6F77D;
}
</style>
border-color css
<style>
span { border-color: #E6F77D; }
span { border-color: rgb(230,247,125); }
td.TdClassName
{
border-color: #E6F77D;
}
.TagClassName
{
border-color: #E6F77D;
}
</style>