Html Css Color HEX #EBFD80 Tidal

📋 copy color: '#EBFD80'

red 235 ◦ green 253 ◦ blue 128

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

Shades of Tidal #EBFD80

Tints of Tidal #EBFD80

RGB

 RED value IS 235 (92.19% from 255) = 38.15%

 GREEN value IS 253 (99.22% from 255) = 41.07%

 BLUE value IS 128 (50.39% from 255) = 20.78%

R = 38.15%
G = 41.07%
B = 20.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#EBFD80 (or 0xEBFD80) is known color: Tidal. HEX triplet: EB, FD and 80. RGB value is (235,253,128). Sum of RGB (Red+Green+Blue) = 235+253+128=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFD80 is #14027F. Grayscale: #E9E9E9. Windows color (decimal): -1311360 or 8453611. OLE color: 8453611.

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

Color convert

RGB 235 253 128 -
CMYK 0.07 0 0.49 0.01
HSL 68.64º 0.97% 0.75% -
HSV(B) 68.64º 0.49% 0.99% -
XYZ 73.28 89.47 33.83 -
YUV 233.37 68.54 129.16 -
System Red Green Blue C M Y K H S L
Decimal 235 253 128 0.07 0 0.49 0.01 68.64 0.97 0.75
Hex EB FD 80 7 0 31 1 45 61 4B
Octal 353 375 200 7 0 61 1 105 141 113
Binary 11101011 11111101 10000000 111 0 110001 1 1000101 1100001 1001011

Color Harmonies of #EBFD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFD80

Black with #EBFD80

Text Example


Text Example

White with #EBFD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFD80; }

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

 H1.HeaderClassName
 {
   color: #EBFD80;
 }
 .AnyTagClassName
 {
   color: #EBFD80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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