Shades of Tidal #EFF28A
Tints of Tidal #EFF28A
RGB
CMYK
RGB Variations
Color information
#EFF28A (or 0xEFF28A) is known color: Tidal. HEX triplet: EF, F2 and 8A. RGB value is (239,242,138). Sum of RGB (Red+Green+Blue) = 239+242+138=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 138 (54.30% from 255 or 22.29% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF28A is #100D75. Grayscale: #E5E5E5. Windows color (decimal): -1052022 or 9106159. OLE color: 9106159.
HSL color Cylindrical-coordinate representation of color #EFF28A: hue angle of 61.73º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFF28A is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 138 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.05 |
| HSL | 61.73º | 0.8% | 0.75% | - |
| HSV(B) | 61.73º | 0.43% | 0.95% | - |
| XYZ | 71.94 | 83.69 | 36.41 | - |
| YUV | 229.25 | 76.51 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 138 | 0.01 | 0 | 0.43 | 0.05 | 61.73 | 0.8 | 0.75 |
| Hex | EF | F2 | 8A | 1 | 0 | 2B | 5 | 3E | 50 | 4B |
| Octal | 357 | 362 | 212 | 1 | 0 | 53 | 5 | 76 | 120 | 113 |
| Binary | 11101111 | 11110010 | 10001010 | 1 | 0 | 101011 | 101 | 111110 | 1010000 | 1001011 |
Color Harmonies of #EFF28A
Complementary color
Monochromatic Colors of #EFF28A
Black with #EFF28A
Text Example
Text Example
White with #EFF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF28A; }
p { color: rgb(239,242,138); }
H1.HeaderClassName
{
color: #EFF28A;
}
.AnyTagClassName
{
color: #EFF28A;
}
</style>
background-color css
<style>
a { background-color: #EFF28A; }
a { background-color: rgb(239,242,138); }
div.DivClassName
{
background-color: #EFF28A;
}
.BgClassName
{
background-color: #EFF28A;
}
</style>
border-color css
<style>
span { border-color: #EFF28A; }
span { border-color: rgb(239,242,138); }
td.TdClassName
{
border-color: #EFF28A;
}
.TagClassName
{
border-color: #EFF28A;
}
</style>