#EFF98F

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

Shades of Tidal #EFF98F

Tints of Tidal #EFF98F

Color information

#EFF98F (or 0xEFF98F) is unknown color: approx Tidal. HEX triplet: EF, F9 and 8F. RGB value is (239,249,143). Sum of RGB (Red+Green+Blue) = 239+249+143=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 143 (56.25% from 255 or 22.66% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF98F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF98F is #100670. Grayscale: #EAEAEA. Windows color (decimal): -1050225 or 9435631. OLE color: 9435631.

HSL color Cylindrical-coordinate representation of color #EFF98F: hue angle of 65.66º 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 #EFF98F is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB239249143-
CMYK0.0400.430.02
HSL65.66º89.83%76.86%-
HSV(B)65.66º42.57%97.65%-
XYZ74.4388.0939.07-
YUV233.9376.69131.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 249 (97.66% from 255) = 39.46%
BLUE value IS 143 (56.25% from 255) = 22.66%
R=37.88%
G=39.46%
B=22.66%

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
Decimal2392491430.0400.430.0265.6689.8376.86
HexEFF98F402B2425a4d
Octal35737121740532102132115
Binary111011111111100110001111100010101110100001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF98F; }

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

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

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

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

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

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

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

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