#EBFA80

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

Shades of Tidal #EBFA80

Tints of Tidal #EBFA80

Color information

#EBFA80 (or 0xEBFA80) is unknown color: approx Tidal. HEX triplet: EB, FA and 80. RGB value is (235,250,128). Sum of RGB (Red+Green+Blue) = 235+250+128=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFA80 is #14057F. Grayscale: #E8E8E8. Windows color (decimal): -1312128 or 8452843. OLE color: 8452843.

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

Color convert

RGB235250128-
CMYK0.0600.490.02
HSL67.38º92.42%74.12%-
HSV(B)67.38º48.8%98.04%-
XYZ72.3487.5933.52-
YUV231.6169.53130.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 128 (50.39% from 255) = 20.88%
R=38.34%
G=40.78%
B=20.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501280.0600.490.0267.3892.4274.12
HexEBFA8060312435c4a
Octal35337220060612103134112
Binary111010111111101010000000110011000110100001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFA80; }

 p { color: rgb(235,250,128); }

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

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

 a { background-color: rgb(235,250,128); }

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

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

 span { border-color: rgb(235,250,128); }

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