#EEFF80

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

Shades of Tidal #EEFF80

Tints of Tidal #EEFF80

Color information

#EEFF80 (or 0xEEFF80) is unknown color: approx Tidal. HEX triplet: EE, FF and 80. RGB value is (238,255,128). Sum of RGB (Red+Green+Blue) = 238+255+128=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 128 (50.39% from 255 or 20.61% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF80 is #11007F. Grayscale: #EBEBEB. Windows color (decimal): -1114240 or 8454126. OLE color: 8454126.

HSL color Cylindrical-coordinate representation of color #EEFF80: hue angle of 68.03º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEFF80 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB238255128-
CMYK0.0700.500
HSL68.03º100%75.1%-
HSV(B)68.03º49.8%100%-
XYZ74.9291.2634.09-
YUV235.4467.37129.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.33%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 128 (50.39% from 255) = 20.61%
R=38.33%
G=41.06%
B=20.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382551280.0700.50068.0310075.1
HexEEFF807032044644b
Octal35637720070620104144113
Binary11101110111111111000000011101100100100010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFF80; }

 p { color: rgb(238,255,128); }

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

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

 a { background-color: rgb(238,255,128); }

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

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

 span { border-color: rgb(238,255,128); }

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