#80C32D

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

Shades of Lima #80C32D

Tints of Lima #80C32D

Color information

#80C32D (or 0x80C32D) is unknown color: approx Lima. HEX triplet: 80, C3 and 2D. RGB value is (128,195,45). Sum of RGB (Red+Green+Blue) = 128+195+45=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #80C32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C32D is #7F3CD2. Grayscale: #9E9E9E. Windows color (decimal): -8338643 or 2999168. OLE color: 2999168.

HSL color Cylindrical-coordinate representation of color #80C32D: hue angle of 86.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80C32D is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB12819545-
CMYK0.3400.770.24
HSL86.8º62.5%47.06%-
HSV(B)86.8º76.92%76.47%-
XYZ28.8943.819.42-
YUV157.8764.3106.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 195 (76.56% from 255) = 52.99%
BLUE value IS 45 (17.97% from 255) = 12.23%
R=34.78%
G=52.99%
B=12.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128195450.3400.770.2486.862.547.06
Hex80C32D2204D18573e2f
Octal20030355420115301277657
Binary100000001100001110110110001001001101110001010111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,195,45); }

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

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

 a { background-color: rgb(128,195,45); }

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

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

 span { border-color: rgb(128,195,45); }

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