#80B248

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

Shades of Chelsea Cucumber #80B248

Tints of Chelsea Cucumber #80B248

Color information

#80B248 (or 0x80B248) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, B2 and 48. RGB value is (128,178,72). Sum of RGB (Red+Green+Blue) = 128+178+72=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #80B248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B248 is #7F4DB7. Grayscale: #979797. Windows color (decimal): -8342968 or 4764288. OLE color: 4764288.

HSL color Cylindrical-coordinate representation of color #80B248: hue angle of 88.3º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80B248 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB12817872-
CMYK0.2800.600.30
HSL88.3º42.4%49.02%-
HSV(B)88.3º59.55%69.8%-
XYZ25.9936.911.88-
YUV150.9783.44111.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 178 (69.92% from 255) = 47.09%
BLUE value IS 72 (28.52% from 255) = 19.05%
R=33.86%
G=47.09%
B=19.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128178720.2800.600.3088.342.449.02
Hex80B2481C03C1E582a31
Octal20026211034074361305261
Binary10000000101100101001000111000111100111101011000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,178,72); }

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

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

 a { background-color: rgb(128,178,72); }

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

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

 span { border-color: rgb(128,178,72); }

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