Html Css Color HEX #80EB2A Yellow Green

📋 copy color: '#80EB2A'

red 128 ◦ green 235 ◦ blue 42

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

Shades of Yellow Green #80EB2A

Tints of Yellow Green #80EB2A

RGB

 RED value IS 128 (50.39% from 255) = 31.6%

 GREEN value IS 235 (92.19% from 255) = 58.02%

 BLUE value IS 42 (16.8% from 255) = 10.37%

R = 31.6%
G = 58.02%
B = 10.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#80EB2A (or 0x80EB2A) is known color: Yellow Green. HEX triplet: 80, EB and 2A. RGB value is (128,235,42). Sum of RGB (Red+Green+Blue) = 128+235+42=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 235 (92.19% from 255 or 58.02% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EB2A is #7F14D5. Grayscale: #B5B5B5. Windows color (decimal): -8328406 or 2812800. OLE color: 2812800.

HSL color Cylindrical-coordinate representation of color #80EB2A: hue angle of 93.26º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80EB2A is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 235 42 -
CMYK 0.46 0 0.82 0.08
HSL 93.26º 0.83% 0.54% -
HSV(B) 93.26º 0.82% 0.92% -
XYZ 39.03 64.17 12.52 -
YUV 181.01 49.55 90.19 -
System Red Green Blue C M Y K H S L
Decimal 128 235 42 0.46 0 0.82 0.08 93.26 0.83 0.54
Hex 80 EB 2A 2E 0 52 8 5D 53 36
Octal 200 353 52 56 0 122 10 135 123 66
Binary 10000000 11101011 101010 101110 0 1010010 1000 1011101 1010011 110110

Color Harmonies of #80EB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EB2A

Black with #80EB2A

Text Example


Text Example

White with #80EB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80EB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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