#80EA28

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

Shades of Lawn Green #80EA28

Tints of Lawn Green #80EA28

Color information

#80EA28 (or 0x80EA28) is unknown color: approx Lawn Green. HEX triplet: 80, EA and 28. RGB value is (128,234,40). Sum of RGB (Red+Green+Blue) = 128+234+40=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 234 (91.80% from 255 or 58.21% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EA28 is #7F15D7. Grayscale: #B4B4B4. Windows color (decimal): -8328664 or 2681472. OLE color: 2681472.

HSL color Cylindrical-coordinate representation of color #80EA28: hue angle of 92.78º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80EA28 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB12823440-
CMYK0.4500.830.08
HSL92.78º82.2%53.73%-
HSV(B)92.78º82.91%91.76%-
XYZ38.7163.5912.24-
YUV180.1948.8890.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 234 (91.80% from 255) = 58.21%
BLUE value IS 40 (16.02% from 255) = 9.95%
R=31.84%
G=58.21%
B=9.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal128234400.4500.830.0892.7882.253.73
Hex80EA282D05385d5236
Octal200352505501231013512266
Binary100000001110101010100010110101010011100010111011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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