#80D32C

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

Shades of Yellow Green #80D32C

Tints of Yellow Green #80D32C

Color information

#80D32C (or 0x80D32C) is unknown color: approx Yellow Green. HEX triplet: 80, D3 and 2C. RGB value is (128,211,44). Sum of RGB (Red+Green+Blue) = 128+211+44=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 211 (82.81% from 255 or 55.09% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 211 - color contains mainly: green. Hex color #80D32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D32C is #7F2CD3. Grayscale: #A7A7A7. Windows color (decimal): -8334548 or 2937728. OLE color: 2937728.

HSL color Cylindrical-coordinate representation of color #80D32C: hue angle of 89.82º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80D32C is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB12821144-
CMYK0.3900.790.17
HSL89.82º65.49%50%-
HSV(B)89.82º79.15%82.75%-
XYZ32.6551.3610.58-
YUV167.1458.5100.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 211 (82.81% from 255) = 55.09%
BLUE value IS 44 (17.58% from 255) = 11.49%
R=33.42%
G=55.09%
B=11.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal128211440.3900.790.1789.8265.4950
Hex80D32C2704F115a4132
Octal200323544701172113210162
Binary1000000011010011101100100111010011111000110110101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,211,44); }

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

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

 a { background-color: rgb(128,211,44); }

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

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

 span { border-color: rgb(128,211,44); }

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