#80B44D

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

Shades of Chelsea Cucumber #80B44D

Tints of Chelsea Cucumber #80B44D

Color information

#80B44D (or 0x80B44D) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, B4 and 4D. RGB value is (128,180,77). Sum of RGB (Red+Green+Blue) = 128+180+77=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #80B44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B44D is #7F4BB2. Grayscale: #999999. Windows color (decimal): -8342451 or 5092480. OLE color: 5092480.

HSL color Cylindrical-coordinate representation of color #80B44D: hue angle of 90.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80B44D is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB12818077-
CMYK0.2900.570.29
HSL90.29º40.71%50.39%-
HSV(B)90.29º57.22%70.59%-
XYZ26.5637.7712.91-
YUV152.7185.27110.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 180 (70.70% from 255) = 46.75%
BLUE value IS 77 (30.47% from 255) = 20%
R=33.25%
G=46.75%
B=20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128180770.2900.570.2990.2940.7150.39
Hex80B44D1D0391D5a2932
Octal20026411535071351325162
Binary10000000101101001001101111010111001111011011010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,180,77); }

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

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

 a { background-color: rgb(128,180,77); }

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

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

 span { border-color: rgb(128,180,77); }

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