Shades of Tidal #E6FA80
Tints of Tidal #E6FA80
RGB
CMYK
RGB Variations
Color information
#E6FA80 (or 0xE6FA80) is known color: Tidal. HEX triplet: E6, FA and 80. RGB value is (230,250,128). Sum of RGB (Red+Green+Blue) = 230+250+128=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FA80 is #19057F. Grayscale: #E6E6E6. Windows color (decimal): -1639808 or 8452838. OLE color: 8452838.
HSL color Cylindrical-coordinate representation of color #E6FA80: hue angle of 69.84º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6FA80 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 128 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.02 |
| HSL | 69.84º | 0.92% | 0.74% | - |
| HSV(B) | 69.84º | 0.49% | 0.98% | - |
| XYZ | 70.72 | 86.75 | 33.44 | - |
| YUV | 230.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 128 | 0.08 | 0 | 0.49 | 0.02 | 69.84 | 0.92 | 0.74 |
| Hex | E6 | FA | 80 | 8 | 0 | 31 | 2 | 46 | 5C | 4A |
| Octal | 346 | 372 | 200 | 10 | 0 | 61 | 2 | 106 | 134 | 112 |
| Binary | 11100110 | 11111010 | 10000000 | 1000 | 0 | 110001 | 10 | 1000110 | 1011100 | 1001010 |
Color Harmonies of #E6FA80
Complementary color
Monochromatic Colors of #E6FA80
Black with #E6FA80
Text Example
Text Example
White with #E6FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FA80; }
p { color: rgb(230,250,128); }
H1.HeaderClassName
{
color: #E6FA80;
}
.AnyTagClassName
{
color: #E6FA80;
}
</style>
background-color css
<style>
a { background-color: #E6FA80; }
a { background-color: rgb(230,250,128); }
div.DivClassName
{
background-color: #E6FA80;
}
.BgClassName
{
background-color: #E6FA80;
}
</style>
border-color css
<style>
span { border-color: #E6FA80; }
span { border-color: rgb(230,250,128); }
td.TdClassName
{
border-color: #E6FA80;
}
.TagClassName
{
border-color: #E6FA80;
}
</style>