Shades of Mindaro #E6F97C
Tints of Mindaro #E6F97C
RGB
CMYK
RGB Variations
Color information
#E6F97C (or 0xE6F97C) is known color: Mindaro. HEX triplet: E6, F9 and 7C. RGB value is (230,249,124). Sum of RGB (Red+Green+Blue) = 230+249+124=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 124 (48.83% from 255 or 20.56% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #E6F97C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F97C is #190683. Grayscale: #E5E5E5. Windows color (decimal): -1640068 or 8190438. OLE color: 8190438.
HSL color Cylindrical-coordinate representation of color #E6F97C: hue angle of 69.12º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6F97C is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 249 | 124 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.02 |
| HSL | 69.12º | 0.91% | 0.73% | - |
| HSV(B) | 69.12º | 0.5% | 0.98% | - |
| XYZ | 70.15 | 86.03 | 31.98 | - |
| YUV | 229.07 | 68.71 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 249 | 124 | 0.08 | 0 | 0.50 | 0.02 | 69.12 | 0.91 | 0.73 |
| Hex | E6 | F9 | 7C | 8 | 0 | 32 | 2 | 45 | 5B | 49 |
| Octal | 346 | 371 | 174 | 10 | 0 | 62 | 2 | 105 | 133 | 111 |
| Binary | 11100110 | 11111001 | 1111100 | 1000 | 0 | 110010 | 10 | 1000101 | 1011011 | 1001001 |
Color Harmonies of #E6F97C
Complementary color
Monochromatic Colors of #E6F97C
Black with #E6F97C
Text Example
Text Example
White with #E6F97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F97C; }
p { color: rgb(230,249,124); }
H1.HeaderClassName
{
color: #E6F97C;
}
.AnyTagClassName
{
color: #E6F97C;
}
</style>
background-color css
<style>
a { background-color: #E6F97C; }
a { background-color: rgb(230,249,124); }
div.DivClassName
{
background-color: #E6F97C;
}
.BgClassName
{
background-color: #E6F97C;
}
</style>
border-color css
<style>
span { border-color: #E6F97C; }
span { border-color: rgb(230,249,124); }
td.TdClassName
{
border-color: #E6F97C;
}
.TagClassName
{
border-color: #E6F97C;
}
</style>