#80D932

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

Shades of Yellow Green #80D932

Tints of Yellow Green #80D932

Color information

#80D932 (or 0x80D932) is unknown color: approx Yellow Green. HEX triplet: 80, D9 and 32. RGB value is (128,217,50). Sum of RGB (Red+Green+Blue) = 128+217+50=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #80D932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D932 is #7F26CD. Grayscale: #ABABAB. Windows color (decimal): -8333006 or 3332480. OLE color: 3332480.

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

Color convert

RGB12821750-
CMYK0.4100.770.15
HSL91.98º68.72%52.35%-
HSV(B)91.98º76.96%85.1%-
XYZ34.2954.4511.72-
YUV171.3559.5197.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 217 (85.16% from 255) = 54.94%
BLUE value IS 50 (19.92% from 255) = 12.66%
R=32.41%
G=54.94%
B=12.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128217500.4100.770.1591.9868.7252.35
Hex80D9322904DF5c4534
Octal200331625101151713410564
Binary100000001101100111001010100101001101111110111001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,217,50); }

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

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

 a { background-color: rgb(128,217,50); }

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

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

 span { border-color: rgb(128,217,50); }

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