#80DA21

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

Shades of Yellow Green #80DA21

Tints of Yellow Green #80DA21

Color information

#80DA21 (or 0x80DA21) is unknown color: approx Yellow Green. HEX triplet: 80, DA and 21. RGB value is (128,218,33). Sum of RGB (Red+Green+Blue) = 128+218+33=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 218 (85.55% from 255 or 57.52% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DA21 is #7F25DE. Grayscale: #AAAAAA. Windows color (decimal): -8332767 or 2218624. OLE color: 2218624.

HSL color Cylindrical-coordinate representation of color #80DA21: hue angle of 89.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80DA21 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB12821833-
CMYK0.4100.850.15
HSL89.19º73.71%49.22%-
HSV(B)89.19º84.86%85.49%-
XYZ34.2554.8410.22-
YUV17050.6898.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 218 (85.55% from 255) = 57.52%
BLUE value IS 33 (13.28% from 255) = 8.71%
R=33.77%
G=57.52%
B=8.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128218330.4100.850.1589.1973.7149.22
Hex80DA2129055F594a31
Octal200332415101251713111261
Binary100000001101101010000110100101010101111110110011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,218,33); }

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

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

 a { background-color: rgb(128,218,33); }

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

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

 span { border-color: rgb(128,218,33); }

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