Html Css Color HEX #80EA2B Yellow Green

📋 copy color: '#80EA2B'

red 128 ◦ green 234 ◦ blue 43

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

Shades of Yellow Green #80EA2B

Tints of Yellow Green #80EA2B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.78%

 BLUE value IS 43 (17.19% from 255) = 10.62%

R = 31.6%
G = 57.78%
B = 10.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#80EA2B (or 0x80EA2B) is known color: Yellow Green. HEX triplet: 80, EA and 2B. RGB value is (128,234,43). Sum of RGB (Red+Green+Blue) = 128+234+43=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 234 (91.80% from 255 or 57.78% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EA2B is #7F15D4. Grayscale: #B5B5B5. Windows color (decimal): -8328661 or 2878080. OLE color: 2878080.

HSL color Cylindrical-coordinate representation of color #80EA2B: hue angle of 93.3º degrees, saturation: 0.82, 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 #80EA2B is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 43 -
CMYK 0.45 0 0.82 0.08
HSL 93.3º 0.82% 0.54% -
HSV(B) 93.3º 0.82% 0.92% -
XYZ 38.76 63.61 12.52 -
YUV 180.53 50.38 90.53 -
System Red Green Blue C M Y K H S L
Decimal 128 234 43 0.45 0 0.82 0.08 93.3 0.82 0.54
Hex 80 EA 2B 2D 0 52 8 5D 52 36
Octal 200 352 53 55 0 122 10 135 122 66
Binary 10000000 11101010 101011 101101 0 1010010 1000 1011101 1010010 110110

Color Harmonies of #80EA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA2B

Black with #80EA2B

Text Example


Text Example

White with #80EA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,234,43); }

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

background-color css

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

 a { background-color: rgb(128,234,43); }

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

border-color css

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

 span { border-color: rgb(128,234,43); }

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