#EFF98E

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

Shades of Tidal #EFF98E

Tints of Tidal #EFF98E

Color information

#EFF98E (or 0xEFF98E) is unknown color: approx Tidal. HEX triplet: EF, F9 and 8E. RGB value is (239,249,142). Sum of RGB (Red+Green+Blue) = 239+249+142=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 142 (55.86% from 255 or 22.54% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF98E is #100671. Grayscale: #EAEAEA. Windows color (decimal): -1050226 or 9370095. OLE color: 9370095.

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

Color convert

RGB239249142-
CMYK0.0400.430.02
HSL65.61º89.92%76.67%-
HSV(B)65.61º42.97%97.65%-
XYZ74.3588.0638.67-
YUV233.8176.19131.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 249 (97.66% from 255) = 39.52%
BLUE value IS 142 (55.86% from 255) = 22.54%
R=37.94%
G=39.52%
B=22.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392491420.0400.430.0265.6189.9276.67
HexEFF98E402B2425a4d
Octal35737121640532102132115
Binary111011111111100110001110100010101110100001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF98E; }

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

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

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

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

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

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

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

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