Shades of Tidal #EFFE7F
Tints of Tidal #EFFE7F
RGB
CMYK
RGB Variations
Color information
#EFFE7F (or 0xEFFE7F) is known color: Tidal. HEX triplet: EF, FE and 7F. RGB value is (239,254,127). Sum of RGB (Red+Green+Blue) = 239+254+127=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 127 (50% from 255 or 20.48% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFE7F is #100180. Grayscale: #EBEBEB. Windows color (decimal): -1048961 or 8388335. OLE color: 8388335.
HSL color Cylindrical-coordinate representation of color #EFFE7F: hue angle of 67.09º 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 #EFFE7F is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 127 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.00 |
| HSL | 67.09º | 0.98% | 0.75% | - |
| HSV(B) | 67.09º | 0.5% | 1% | - |
| XYZ | 74.87 | 90.77 | 33.65 | - |
| YUV | 235.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 127 | 0.06 | 0 | 0.50 | 0.00 | 67.09 | 0.98 | 0.75 |
| Hex | EF | FE | 7F | 6 | 0 | 32 | 0 | 43 | 62 | 4B |
| Octal | 357 | 376 | 177 | 6 | 0 | 62 | 0 | 103 | 142 | 113 |
| Binary | 11101111 | 11111110 | 1111111 | 110 | 0 | 110010 | 0 | 1000011 | 1100010 | 1001011 |
Color Harmonies of #EFFE7F
Complementary color
Monochromatic Colors of #EFFE7F
Black with #EFFE7F
Text Example
Text Example
White with #EFFE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE7F; }
p { color: rgb(239,254,127); }
H1.HeaderClassName
{
color: #EFFE7F;
}
.AnyTagClassName
{
color: #EFFE7F;
}
</style>
background-color css
<style>
a { background-color: #EFFE7F; }
a { background-color: rgb(239,254,127); }
div.DivClassName
{
background-color: #EFFE7F;
}
.BgClassName
{
background-color: #EFFE7F;
}
</style>
border-color css
<style>
span { border-color: #EFFE7F; }
span { border-color: rgb(239,254,127); }
td.TdClassName
{
border-color: #EFFE7F;
}
.TagClassName
{
border-color: #EFFE7F;
}
</style>