Shades of Tidal #E6FF80
Tints of Tidal #E6FF80
RGB
CMYK
RGB Variations
Color information
#E6FF80 (or 0xE6FF80) is known color: Tidal. HEX triplet: E6, FF and 80. RGB value is (230,255,128). Sum of RGB (Red+Green+Blue) = 230+255+128=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FF80 is #19007F. Grayscale: #E9E9E9. Windows color (decimal): -1638528 or 8454118. OLE color: 8454118.
HSL color Cylindrical-coordinate representation of color #E6FF80: hue angle of 71.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6FF80 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 128 | - |
| CMYK | 0.10 | 0 | 0.50 | 0 |
| HSL | 71.81º | 1% | 0.75% | - |
| HSV(B) | 71.81º | 0.5% | 1% | - |
| XYZ | 72.29 | 89.9 | 33.96 | - |
| YUV | 233.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 128 | 0.10 | 0 | 0.50 | 0 | 71.81 | 1 | 0.75 |
| Hex | E6 | FF | 80 | A | 0 | 32 | 0 | 48 | 64 | 4B |
| Octal | 346 | 377 | 200 | 12 | 0 | 62 | 0 | 110 | 144 | 113 |
| Binary | 11100110 | 11111111 | 10000000 | 1010 | 0 | 110010 | 0 | 1001000 | 1100100 | 1001011 |
Color Harmonies of #E6FF80
Complementary color
Monochromatic Colors of #E6FF80
Black with #E6FF80
Text Example
Text Example
White with #E6FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FF80; }
p { color: rgb(230,255,128); }
H1.HeaderClassName
{
color: #E6FF80;
}
.AnyTagClassName
{
color: #E6FF80;
}
</style>
background-color css
<style>
a { background-color: #E6FF80; }
a { background-color: rgb(230,255,128); }
div.DivClassName
{
background-color: #E6FF80;
}
.BgClassName
{
background-color: #E6FF80;
}
</style>
border-color css
<style>
span { border-color: #E6FF80; }
span { border-color: rgb(230,255,128); }
td.TdClassName
{
border-color: #E6FF80;
}
.TagClassName
{
border-color: #E6FF80;
}
</style>