Html Css Color HEX #80E024 Yellow Green

📋 copy color: '#80E024'

red 128 ◦ green 224 ◦ blue 36

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

Shades of Yellow Green #80E024

Tints of Yellow Green #80E024

RGB

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

 GREEN value IS 224 (87.89% from 255) = 57.73%

 BLUE value IS 36 (14.45% from 255) = 9.28%

R = 32.99%
G = 57.73%
B = 9.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#80E024 (or 0x80E024) is known color: Yellow Green. HEX triplet: 80, E0 and 24. RGB value is (128,224,36). Sum of RGB (Red+Green+Blue) = 128+224+36=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 224 (87.89% from 255 or 57.73% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 224 - color contains mainly: green. Hex color #80E024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E024 is #7F1FDB. Grayscale: #AEAEAE. Windows color (decimal): -8331228 or 2416768. OLE color: 2416768.

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

Color convert

RGB 128 224 36 -
CMYK 0.43 0 0.84 0.12
HSL 90.64º 0.75% 0.51% -
HSV(B) 90.64º 0.84% 0.88% -
XYZ 35.88 58.03 10.98 -
YUV 173.86 50.2 95.29 -
System Red Green Blue C M Y K H S L
Decimal 128 224 36 0.43 0 0.84 0.12 90.64 0.75 0.51
Hex 80 E0 24 2B 0 54 C 5B 4B 33
Octal 200 340 44 53 0 124 14 133 113 63
Binary 10000000 11100000 100100 101011 0 1010100 1100 1011011 1001011 110011

Color Harmonies of #80E024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E024

Black with #80E024

Text Example


Text Example

White with #80E024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,224,36); }

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

background-color css

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

 a { background-color: rgb(128,224,36); }

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

border-color css

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

 span { border-color: rgb(128,224,36); }

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