#EFF484

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

Shades of Tidal #EFF484

Tints of Tidal #EFF484

Color information

#EFF484 (or 0xEFF484) is unknown color: approx Tidal. HEX triplet: EF, F4 and 84. RGB value is (239,244,132). Sum of RGB (Red+Green+Blue) = 239+244+132=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF484 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF484 is #100B7B. Grayscale: #E6E6E6. Windows color (decimal): -1051516 or 8713455. OLE color: 8713455.

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

Color convert

RGB239244132-
CMYK0.0200.460.04
HSL62.68º83.58%73.73%-
HSV(B)62.68º45.9%95.69%-
XYZ72.1184.7234.38-
YUV229.7472.84134.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 244 (95.70% from 255) = 39.67%
BLUE value IS 132 (51.95% from 255) = 21.46%
R=38.86%
G=39.67%
B=21.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392441320.0200.460.0462.6883.5873.73
HexEFF484202E43f544a
Octal3573642042056477124112
Binary11101111111101001000010010010111010011111110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF484; }

 p { color: rgb(239,244,132); }

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

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

 a { background-color: rgb(239,244,132); }

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

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

 span { border-color: rgb(239,244,132); }

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