Shades of Tidal #EFF38F
Tints of Tidal #EFF38F
RGB
CMYK
RGB Variations
Color information
#EFF38F (or 0xEFF38F) is known color: Tidal. HEX triplet: EF, F3 and 8F. RGB value is (239,243,143). Sum of RGB (Red+Green+Blue) = 239+243+143=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 143 (56.25% from 255 or 22.88% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF38F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF38F is #100C70. Grayscale: #E6E6E6. Windows color (decimal): -1051761 or 9434095. OLE color: 9434095.
HSL color Cylindrical-coordinate representation of color #EFF38F: hue angle of 62.4º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFF38F is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 143 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.05 |
| HSL | 62.4º | 0.81% | 0.76% | - |
| HSV(B) | 62.4º | 0.41% | 0.95% | - |
| XYZ | 72.61 | 84.44 | 38.46 | - |
| YUV | 230.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 143 | 0.02 | 0 | 0.41 | 0.05 | 62.4 | 0.81 | 0.76 |
| Hex | EF | F3 | 8F | 2 | 0 | 29 | 5 | 3E | 51 | 4C |
| Octal | 357 | 363 | 217 | 2 | 0 | 51 | 5 | 76 | 121 | 114 |
| Binary | 11101111 | 11110011 | 10001111 | 10 | 0 | 101001 | 101 | 111110 | 1010001 | 1001100 |
Color Harmonies of #EFF38F
Complementary color
Monochromatic Colors of #EFF38F
Black with #EFF38F
Text Example
Text Example
White with #EFF38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF38F; }
p { color: rgb(239,243,143); }
H1.HeaderClassName
{
color: #EFF38F;
}
.AnyTagClassName
{
color: #EFF38F;
}
</style>
background-color css
<style>
a { background-color: #EFF38F; }
a { background-color: rgb(239,243,143); }
div.DivClassName
{
background-color: #EFF38F;
}
.BgClassName
{
background-color: #EFF38F;
}
</style>
border-color css
<style>
span { border-color: #EFF38F; }
span { border-color: rgb(239,243,143); }
td.TdClassName
{
border-color: #EFF38F;
}
.TagClassName
{
border-color: #EFF38F;
}
</style>