Shades of Tidal #EEFE80
Tints of Tidal #EEFE80
RGB
CMYK
RGB Variations
Color information
#EEFE80 (or 0xEEFE80) is known color: Tidal. HEX triplet: EE, FE and 80. RGB value is (238,254,128). Sum of RGB (Red+Green+Blue) = 238+254+128=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 128 (50.39% from 255 or 20.65% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFE80 is #11017F. Grayscale: #EBEBEB. Windows color (decimal): -1114496 or 8453870. OLE color: 8453870.
HSL color Cylindrical-coordinate representation of color #EEFE80: hue angle of 67.62º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEFE80 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 128 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.00 |
| HSL | 67.62º | 0.98% | 0.75% | - |
| HSV(B) | 67.62º | 0.5% | 1% | - |
| XYZ | 74.6 | 90.62 | 33.98 | - |
| YUV | 234.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 128 | 0.06 | 0 | 0.50 | 0.00 | 67.62 | 0.98 | 0.75 |
| Hex | EE | FE | 80 | 6 | 0 | 32 | 0 | 44 | 62 | 4B |
| Octal | 356 | 376 | 200 | 6 | 0 | 62 | 0 | 104 | 142 | 113 |
| Binary | 11101110 | 11111110 | 10000000 | 110 | 0 | 110010 | 0 | 1000100 | 1100010 | 1001011 |
Color Harmonies of #EEFE80
Complementary color
Monochromatic Colors of #EEFE80
Black with #EEFE80
Text Example
Text Example
White with #EEFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE80; }
p { color: rgb(238,254,128); }
H1.HeaderClassName
{
color: #EEFE80;
}
.AnyTagClassName
{
color: #EEFE80;
}
</style>
background-color css
<style>
a { background-color: #EEFE80; }
a { background-color: rgb(238,254,128); }
div.DivClassName
{
background-color: #EEFE80;
}
.BgClassName
{
background-color: #EEFE80;
}
</style>
border-color css
<style>
span { border-color: #EEFE80; }
span { border-color: rgb(238,254,128); }
td.TdClassName
{
border-color: #EEFE80;
}
.TagClassName
{
border-color: #EEFE80;
}
</style>