Shades of Tidal #E6FF82
Tints of Tidal #E6FF82
RGB
CMYK
RGB Variations
Color information
#E6FF82 (or 0xE6FF82) is known color: Tidal. HEX triplet: E6, FF and 82. RGB value is (230,255,130). Sum of RGB (Red+Green+Blue) = 230+255+130=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 130 (51.17% from 255 or 21.14% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FF82 is #19007D. Grayscale: #E9E9E9. Windows color (decimal): -1638526 or 8585190. OLE color: 8585190.
HSL color Cylindrical-coordinate representation of color #E6FF82: hue angle of 72º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6FF82 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 130 | - |
| CMYK | 0.10 | 0 | 0.49 | 0 |
| HSL | 72º | 1% | 0.75% | - |
| HSV(B) | 72º | 0.49% | 1% | - |
| XYZ | 72.42 | 89.95 | 34.67 | - |
| YUV | 233.28 | 69.72 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 130 | 0.10 | 0 | 0.49 | 0 | 72 | 1 | 0.75 |
| Hex | E6 | FF | 82 | A | 0 | 31 | 0 | 48 | 64 | 4B |
| Octal | 346 | 377 | 202 | 12 | 0 | 61 | 0 | 110 | 144 | 113 |
| Binary | 11100110 | 11111111 | 10000010 | 1010 | 0 | 110001 | 0 | 1001000 | 1100100 | 1001011 |
Color Harmonies of #E6FF82
Complementary color
Monochromatic Colors of #E6FF82
Black with #E6FF82
Text Example
Text Example
White with #E6FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FF82; }
p { color: rgb(230,255,130); }
H1.HeaderClassName
{
color: #E6FF82;
}
.AnyTagClassName
{
color: #E6FF82;
}
</style>
background-color css
<style>
a { background-color: #E6FF82; }
a { background-color: rgb(230,255,130); }
div.DivClassName
{
background-color: #E6FF82;
}
.BgClassName
{
background-color: #E6FF82;
}
</style>
border-color css
<style>
span { border-color: #E6FF82; }
span { border-color: rgb(230,255,130); }
td.TdClassName
{
border-color: #E6FF82;
}
.TagClassName
{
border-color: #E6FF82;
}
</style>