Html Css Color HEX #EBFC80 Tidal

📋 copy color: '#EBFC80'

red 235 ◦ green 252 ◦ blue 128

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

Shades of Tidal #EBFC80

Tints of Tidal #EBFC80

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 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

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

RGB 235 252 128 -
CMYK 0.07 0 0.49 0.01
HSL 68.23º 0.95% 0.75% -
HSV(B) 68.23º 0.49% 0.99% -
XYZ 72.97 88.84 33.72 -
YUV 232.78 68.87 129.58 -
System Red Green Blue C M Y K H S L
Decimal 235 252 128 0.07 0 0.49 0.01 68.23 0.95 0.75
Hex EB FC 80 7 0 31 1 44 5F 4B
Octal 353 374 200 7 0 61 1 104 137 113
Binary 11101011 11111100 10000000 111 0 110001 1 1000100 1011111 1001011

Color Harmonies of #EBFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFC80

Black with #EBFC80

Text Example


Text Example

White with #EBFC80

Text Example


Text Example

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