#EFF98A

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

Shades of Tidal #EFF98A

Tints of Tidal #EFF98A

Color information

#EFF98A (or 0xEFF98A) is unknown color: approx Tidal. HEX triplet: EF, F9 and 8A. RGB value is (239,249,138). Sum of RGB (Red+Green+Blue) = 239+249+138=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 138 (54.30% from 255 or 22.04% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF98A is #100675. Grayscale: #E9E9E9. Windows color (decimal): -1050230 or 9107951. OLE color: 9107951.

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

Color convert

RGB239249138-
CMYK0.0400.450.02
HSL65.41º90.24%75.88%-
HSV(B)65.41º44.58%97.65%-
XYZ74.0687.9437.11-
YUV233.3674.19132.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 249 (97.66% from 255) = 39.78%
BLUE value IS 138 (54.30% from 255) = 22.04%
R=38.18%
G=39.78%
B=22.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392491380.0400.450.0265.4190.2475.88
HexEFF98A402D2415a4c
Octal35737121240552101132114
Binary111011111111100110001010100010110110100000110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF98A; }

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

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

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

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

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

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

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

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