#EBFC80

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

Shades of Tidal #EBFC80

Tints of Tidal #EBFC80

Color information

#EBFC80 (or 0xEBFC80) is unknown color: approx Tidal. HEX triplet: EB, FC and 80. RGB value is (235,252,128). Sum of RGB (Red+Green+Blue) = 235+252+128=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 128 (50.39% from 255 or 20.81% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFC80 is #14037F. Grayscale: #E9E9E9. Windows color (decimal): -1311616 or 8453355. OLE color: 8453355.

HSL color Cylindrical-coordinate representation of color #EBFC80: hue angle of 68.23º degrees, saturation: 0.95, 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 #EBFC80 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB235252128-
CMYK0.0700.490.01
HSL68.23º95.38%74.51%-
HSV(B)68.23º49.21%98.82%-
XYZ72.9788.8433.72-
YUV232.7868.87129.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 128 (50.39% from 255) = 20.81%
R=38.21%
G=40.98%
B=20.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352521280.0700.490.0168.2395.3874.51
HexEBFC8070311445f4b
Octal35337420070611104137113
Binary11101011111111001000000011101100011100010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFC80; }

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

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

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

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

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

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

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

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