#80B04F

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

Shades of Chelsea Cucumber #80B04F

Tints of Chelsea Cucumber #80B04F

Color information

#80B04F (or 0x80B04F) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, B0 and 4F. RGB value is (128,176,79). Sum of RGB (Red+Green+Blue) = 128+176+79=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #80B04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B04F is #7F4FB0. Grayscale: #969696. Windows color (decimal): -8343473 or 5222528. OLE color: 5222528.

HSL color Cylindrical-coordinate representation of color #80B04F: hue angle of 89.69º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80B04F is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB12817679-
CMYK0.2700.550.31
HSL89.69º38.04%50%-
HSV(B)89.69º55.11%69.02%-
XYZ25.8436.213.02-
YUV150.5987.6111.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 79 (31.25% from 255) = 20.63%
R=33.42%
G=45.95%
B=20.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128176790.2700.550.3189.6938.0450
Hex80B04F1B0371F5a2632
Octal20026011733067371324662
Binary10000000101100001001111110110110111111111011010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,176,79); }

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

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

 a { background-color: rgb(128,176,79); }

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

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

 span { border-color: rgb(128,176,79); }

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