Shades of Tidal #EEFF7F
Tints of Tidal #EEFF7F
RGB
CMYK
RGB Variations
Color information
#EEFF7F (or 0xEEFF7F) is known color: Tidal. HEX triplet: EE, FF and 7F. RGB value is (238,255,127). Sum of RGB (Red+Green+Blue) = 238+255+127=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 127 (50% from 255 or 20.48% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF7F is #110080. Grayscale: #EBEBEB. Windows color (decimal): -1114241 or 8388590. OLE color: 8388590.
HSL color Cylindrical-coordinate representation of color #EEFF7F: hue angle of 67.97º 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 #EEFF7F is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 127 | - |
| CMYK | 0.07 | 0 | 0.50 | 0 |
| HSL | 67.97º | 1% | 0.75% | - |
| HSV(B) | 67.97º | 0.5% | 1% | - |
| XYZ | 74.85 | 91.23 | 33.74 | - |
| YUV | 235.33 | 66.87 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 127 | 0.07 | 0 | 0.50 | 0 | 67.97 | 1 | 0.75 |
| Hex | EE | FF | 7F | 7 | 0 | 32 | 0 | 44 | 64 | 4B |
| Octal | 356 | 377 | 177 | 7 | 0 | 62 | 0 | 104 | 144 | 113 |
| Binary | 11101110 | 11111111 | 1111111 | 111 | 0 | 110010 | 0 | 1000100 | 1100100 | 1001011 |
Color Harmonies of #EEFF7F
Complementary color
Monochromatic Colors of #EEFF7F
Black with #EEFF7F
Text Example
Text Example
White with #EEFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF7F; }
p { color: rgb(238,255,127); }
H1.HeaderClassName
{
color: #EEFF7F;
}
.AnyTagClassName
{
color: #EEFF7F;
}
</style>
background-color css
<style>
a { background-color: #EEFF7F; }
a { background-color: rgb(238,255,127); }
div.DivClassName
{
background-color: #EEFF7F;
}
.BgClassName
{
background-color: #EEFF7F;
}
</style>
border-color css
<style>
span { border-color: #EEFF7F; }
span { border-color: rgb(238,255,127); }
td.TdClassName
{
border-color: #EEFF7F;
}
.TagClassName
{
border-color: #EEFF7F;
}
</style>