Shades of Tidal #EFF38A
Tints of Tidal #EFF38A
RGB
CMYK
RGB Variations
Color information
#EFF38A (or 0xEFF38A) is known color: Tidal. HEX triplet: EF, F3 and 8A. RGB value is (239,243,138). Sum of RGB (Red+Green+Blue) = 239+243+138=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 138 (54.30% from 255 or 22.26% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF38A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF38A is #100C75. Grayscale: #E6E6E6. Windows color (decimal): -1051766 or 9106415. OLE color: 9106415.
HSL color Cylindrical-coordinate representation of color #EFF38A: hue angle of 62.29º degrees, saturation: 0.81, 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 #EFF38A is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 138 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.05 |
| HSL | 62.29º | 0.81% | 0.75% | - |
| HSV(B) | 62.29º | 0.43% | 0.95% | - |
| XYZ | 72.23 | 84.29 | 36.51 | - |
| YUV | 229.83 | 76.17 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 138 | 0.02 | 0 | 0.43 | 0.05 | 62.29 | 0.81 | 0.75 |
| Hex | EF | F3 | 8A | 2 | 0 | 2B | 5 | 3E | 51 | 4B |
| Octal | 357 | 363 | 212 | 2 | 0 | 53 | 5 | 76 | 121 | 113 |
| Binary | 11101111 | 11110011 | 10001010 | 10 | 0 | 101011 | 101 | 111110 | 1010001 | 1001011 |
Color Harmonies of #EFF38A
Complementary color
Monochromatic Colors of #EFF38A
Black with #EFF38A
Text Example
Text Example
White with #EFF38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF38A; }
p { color: rgb(239,243,138); }
H1.HeaderClassName
{
color: #EFF38A;
}
.AnyTagClassName
{
color: #EFF38A;
}
</style>
background-color css
<style>
a { background-color: #EFF38A; }
a { background-color: rgb(239,243,138); }
div.DivClassName
{
background-color: #EFF38A;
}
.BgClassName
{
background-color: #EFF38A;
}
</style>
border-color css
<style>
span { border-color: #EFF38A; }
span { border-color: rgb(239,243,138); }
td.TdClassName
{
border-color: #EFF38A;
}
.TagClassName
{
border-color: #EFF38A;
}
</style>