Html Css Color HEX #EBFF80 Tidal

📋 copy color: '#EBFF80'

red 235 ◦ green 255 ◦ blue 128

#EBFF80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #EBFF80

Tints of Tidal #EBFF80

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 value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#EBFF80 (or 0xEBFF80) is known color: 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

RGB 235 255 128 -
CMYK 0.08 0 0.50 0
HSL 69.45º 1% 0.75% -
HSV(B) 69.45º 0.5% 1% -
XYZ 73.92 90.74 34.04 -
YUV 234.54 67.87 128.33 -
System Red Green Blue C M Y K H S L
Decimal 235 255 128 0.08 0 0.50 0 69.45 1 0.75
Hex EB FF 80 8 0 32 0 45 64 4B
Octal 353 377 200 10 0 62 0 105 144 113
Binary 11101011 11111111 10000000 1000 0 110010 0 1000101 1100100 1001011

Color Harmonies of #EBFF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFF80

Black with #EBFF80

Text Example


Text Example

White with #EBFF80

Text Example


Text Example

HTML Codes & Css Web 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>