#80E12A

Color #80E12A Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #80E12A

Tints of Yellow Green #80E12A

Color information

#80E12A (or 0x80E12A) is unknown color: approx Yellow Green. HEX triplet: 80, E1 and 2A. RGB value is (128,225,42). Sum of RGB (Red+Green+Blue) = 128+225+42=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 225 (88.28% from 255 or 56.96% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 225 - color contains mainly: green. Hex color #80E12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E12A is #7F1ED5. Grayscale: #AFAFAF. Windows color (decimal): -8330966 or 2810240. OLE color: 2810240.

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

Color convert

RGB12822542-
CMYK0.4300.810.12
HSL91.8º75.31%52.35%-
HSV(B)91.8º81.33%88.24%-
XYZ36.2558.6111.59-
YUV175.1452.8694.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 225 (88.28% from 255) = 56.96%
BLUE value IS 42 (16.80% from 255) = 10.63%
R=32.41%
G=56.96%
B=10.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128225420.4300.810.1291.875.3152.35
Hex80E12A2B051C5c4b34
Octal200341525301211413411364
Binary100000001110000110101010101101010001110010111001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80E12A;
 }
 .AnyTagClassName
 {
   color: #80E12A;
 }
</style>
background-color css

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

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

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

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

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

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