#EFF97E

Color #EFF97E Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EFF97E

Tints of Tidal #EFF97E

Color information

#EFF97E (or 0xEFF97E) is unknown color: approx Tidal. HEX triplet: EF, F9 and 7E. RGB value is (239,249,126). Sum of RGB (Red+Green+Blue) = 239+249+126=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 126 (49.61% from 255 or 20.52% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF97E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF97E is #100681. Grayscale: #E8E8E8. Windows color (decimal): -1050242 or 8321519. OLE color: 8321519.

HSL color Cylindrical-coordinate representation of color #EFF97E: hue angle of 64.88º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFF97E is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB239249126-
CMYK0.0400.490.02
HSL64.88º91.11%73.53%-
HSV(B)64.88º49.4%97.65%-
XYZ73.2487.6132.79-
YUV231.9968.19133-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 249 (97.66% from 255) = 40.55%
BLUE value IS 126 (49.61% from 255) = 20.52%
R=38.93%
G=40.55%
B=20.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392491260.0400.490.0264.8891.1173.53
HexEFF97E40312415b4a
Octal35737117640612101133112
Binary11101111111110011111110100011000110100000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF97E; }

 p { color: rgb(239,249,126); }

 H1.HeaderClassName
 {
   color: #EFF97E;
 }
 .AnyTagClassName
 {
   color: #EFF97E;
 }
</style>
background-color css

<style>
 a { background-color: #EFF97E; }

 a { background-color: rgb(239,249,126); }

 div.DivClassName
 {
   background-color: #EFF97E;
 }
 .BgClassName
 {
   background-color: #EFF97E;
 }
</style>
border-color css

<style>
 span { border-color: #EFF97E; }

 span { border-color: rgb(239,249,126); }

 td.TdClassName
 {
   border-color: #EFF97E;
 }
 .TagClassName
 {
   border-color: #EFF97E;
 }
</style>