#EFFD80

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

Shades of Tidal #EFFD80

Tints of Tidal #EFFD80

Color information

#EFFD80 (or 0xEFFD80) is unknown color: approx Tidal. HEX triplet: EF, FD and 80. RGB value is (239,253,128). Sum of RGB (Red+Green+Blue) = 239+253+128=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 128 (50.39% from 255 or 20.65% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFD80 is #10027F. Grayscale: #EBEBEB. Windows color (decimal): -1049216 or 8453615. OLE color: 8453615.

HSL color Cylindrical-coordinate representation of color #EFFD80: hue angle of 66.72º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFFD80 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB239253128-
CMYK0.0600.490.01
HSL66.72º96.9%74.71%-
HSV(B)66.72º49.41%99.22%-
XYZ74.6290.1633.89-
YUV234.5667.86131.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 128 (50.39% from 255) = 20.65%
R=38.55%
G=40.81%
B=20.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531280.0600.490.0166.7296.974.71
HexEFFD806031143614b
Octal35737520060611103141113
Binary11101111111111011000000011001100011100001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFD80; }

 p { color: rgb(239,253,128); }

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

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

 a { background-color: rgb(239,253,128); }

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

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

 span { border-color: rgb(239,253,128); }

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