Shades of Mindaro #E6F878
Tints of Mindaro #E6F878
RGB
CMYK
RGB Variations
Color information
#E6F878 (or 0xE6F878) is known color: Mindaro. HEX triplet: E6, F8 and 78. RGB value is (230,248,120). Sum of RGB (Red+Green+Blue) = 230+248+120=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 120 (47.27% from 255 or 20.07% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F878 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F878 is #190787. Grayscale: #E4E4E4. Windows color (decimal): -1640328 or 7928038. OLE color: 7928038.
HSL color Cylindrical-coordinate representation of color #E6F878: hue angle of 68.44º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6F878 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 248 | 120 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.03 |
| HSL | 68.44º | 0.9% | 0.72% | - |
| HSV(B) | 68.44º | 0.52% | 0.97% | - |
| XYZ | 69.59 | 85.31 | 30.57 | - |
| YUV | 228.03 | 67.04 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 248 | 120 | 0.07 | 0 | 0.52 | 0.03 | 68.44 | 0.9 | 0.72 |
| Hex | E6 | F8 | 78 | 7 | 0 | 34 | 3 | 44 | 5A | 48 |
| Octal | 346 | 370 | 170 | 7 | 0 | 64 | 3 | 104 | 132 | 110 |
| Binary | 11100110 | 11111000 | 1111000 | 111 | 0 | 110100 | 11 | 1000100 | 1011010 | 1001000 |
Color Harmonies of #E6F878
Complementary color
Monochromatic Colors of #E6F878
Black with #E6F878
Text Example
Text Example
White with #E6F878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F878; }
p { color: rgb(230,248,120); }
H1.HeaderClassName
{
color: #E6F878;
}
.AnyTagClassName
{
color: #E6F878;
}
</style>
background-color css
<style>
a { background-color: #E6F878; }
a { background-color: rgb(230,248,120); }
div.DivClassName
{
background-color: #E6F878;
}
.BgClassName
{
background-color: #E6F878;
}
</style>
border-color css
<style>
span { border-color: #E6F878; }
span { border-color: rgb(230,248,120); }
td.TdClassName
{
border-color: #E6F878;
}
.TagClassName
{
border-color: #E6F878;
}
</style>