#80AF4B

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

Shades of Chelsea Cucumber #80AF4B

Tints of Chelsea Cucumber #80AF4B

Color information

#80AF4B (or 0x80AF4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AF and 4B. RGB value is (128,175,75). Sum of RGB (Red+Green+Blue) = 128+175+75=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF4B is #7F50B4. Grayscale: #959595. Windows color (decimal): -8343733 or 4960128. OLE color: 4960128.

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

Color convert

RGB12817575-
CMYK0.2700.570.31
HSL88.2º40%49.02%-
HSV(B)88.2º57.14%68.63%-
XYZ25.535.7612.21-
YUV149.5585.93112.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=33.86%
G=46.30%
B=19.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128175750.2700.570.3188.24049.02
Hex80AF4B1B0391F582831
Octal20025711333071371305061
Binary10000000101011111001011110110111001111111011000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,175,75); }

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

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

 a { background-color: rgb(128,175,75); }

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

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

 span { border-color: rgb(128,175,75); }

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