#EBFF80

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

Shades of Tidal #EBFF80

Tints of Tidal #EBFF80

Color information

#EBFF80 (or 0xEBFF80) is unknown color: approx Tidal. HEX triplet: EB, FF and 80. RGB value is (235,255,128). Sum of RGB (Red+Green+Blue) = 235+255+128=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 128 (50.39% from 255 or 20.71% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFF80 is #14007F. Grayscale: #EBEBEB. Windows color (decimal): -1310848 or 8454123. OLE color: 8454123.

HSL color Cylindrical-coordinate representation of color #EBFF80: hue angle of 69.45º 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 #EBFF80 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB235255128-
CMYK0.0800.500
HSL69.45º100%75.1%-
HSV(B)69.45º49.8%100%-
XYZ73.9290.7434.04-
YUV234.5467.87128.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 255 (100% from 255) = 41.26%
BLUE value IS 128 (50.39% from 255) = 20.71%
R=38.03%
G=41.26%
B=20.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551280.0800.50069.4510075.1
HexEBFF808032045644b
Octal353377200100620105144113
Binary111010111111111110000000100001100100100010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFF80; }

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

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

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

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

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

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

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

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