Html Css Color HEX #80E525 Yellow Green

📋 copy color: '#80E525'

red 128 ◦ green 229 ◦ blue 37

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

Shades of Yellow Green #80E525

Tints of Yellow Green #80E525

RGB

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

 GREEN value IS 229 (89.84% from 255) = 58.12%

 BLUE value IS 37 (14.84% from 255) = 9.39%

R = 32.49%
G = 58.12%
B = 9.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#80E525 (or 0x80E525) is known color: Yellow Green. HEX triplet: 80, E5 and 25. RGB value is (128,229,37). Sum of RGB (Red+Green+Blue) = 128+229+37=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 229 (89.84% from 255 or 58.12% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 229 - color contains mainly: green. Hex color #80E525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E525 is #7F1ADA. Grayscale: #B1B1B1. Windows color (decimal): -8329947 or 2483584. OLE color: 2483584.

HSL color Cylindrical-coordinate representation of color #80E525: hue angle of 91.56º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80E525 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 229 37 -
CMYK 0.44 0 0.84 0.10
HSL 91.56º 0.79% 0.52% -
HSV(B) 91.56º 0.84% 0.9% -
XYZ 37.26 60.76 11.51 -
YUV 176.91 49.04 93.11 -
System Red Green Blue C M Y K H S L
Decimal 128 229 37 0.44 0 0.84 0.10 91.56 0.79 0.52
Hex 80 E5 25 2C 0 54 A 5C 4F 34
Octal 200 345 45 54 0 124 12 134 117 64
Binary 10000000 11100101 100101 101100 0 1010100 1010 1011100 1001111 110100

Color Harmonies of #80E525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E525

Black with #80E525

Text Example


Text Example

White with #80E525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,229,37); }

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

background-color css

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

 a { background-color: rgb(128,229,37); }

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

border-color css

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

 span { border-color: rgb(128,229,37); }

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