#EFFA84

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

Shades of Tidal #EFFA84

Tints of Tidal #EFFA84

Color information

#EFFA84 (or 0xEFFA84) is unknown color: approx Tidal. HEX triplet: EF, FA and 84. RGB value is (239,250,132). Sum of RGB (Red+Green+Blue) = 239+250+132=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 132 (51.95% from 255 or 21.26% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFA84 is #10057B. Grayscale: #E9E9E9. Windows color (decimal): -1049980 or 8714991. OLE color: 8714991.

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

Color convert

RGB239250132-
CMYK0.0400.470.02
HSL65.59º92.19%74.9%-
HSV(B)65.59º47.2%98.04%-
XYZ73.9588.3934.99-
YUV233.2670.86132.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 132 (51.95% from 255) = 21.26%
R=38.49%
G=40.26%
B=21.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392501320.0400.470.0265.5992.1974.9
HexEFFA84402F2425c4b
Octal35737220440572102134113
Binary111011111111101010000100100010111110100001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFA84; }

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

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

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

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

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

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

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

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