Html Css Color HEX #80E130 Yellow Green

📋 copy color: '#80E130'

red 128 ◦ green 225 ◦ blue 48

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

Shades of Yellow Green #80E130

Tints of Yellow Green #80E130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.11%

 BLUE value IS 48 (19.14% from 255) = 11.97%

R = 31.92%
G = 56.11%
B = 11.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#80E130 (or 0x80E130) is known color: Yellow Green. HEX triplet: 80, E1 and 30. RGB value is (128,225,48). Sum of RGB (Red+Green+Blue) = 128+225+48=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #80E130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E130 is #7F1ECF. Grayscale: #B0B0B0. Windows color (decimal): -8330960 or 3203456. OLE color: 3203456.

HSL color Cylindrical-coordinate representation of color #80E130: hue angle of 92.88º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80E130 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 225 48 -
CMYK 0.43 0 0.79 0.12
HSL 92.88º 0.75% 0.54% -
HSV(B) 92.88º 0.79% 0.88% -
XYZ 36.36 58.65 12.2 -
YUV 175.82 55.86 93.89 -
System Red Green Blue C M Y K H S L
Decimal 128 225 48 0.43 0 0.79 0.12 92.88 0.75 0.54
Hex 80 E1 30 2B 0 4F C 5D 4B 36
Octal 200 341 60 53 0 117 14 135 113 66
Binary 10000000 11100001 110000 101011 0 1001111 1100 1011101 1001011 110110

Color Harmonies of #80E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E130

Black with #80E130

Text Example


Text Example

White with #80E130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,225,48); }

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

background-color css

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

 a { background-color: rgb(128,225,48); }

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

border-color css

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

 span { border-color: rgb(128,225,48); }

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