Html Css Color HEX #80B940 Chelsea Cucumber

📋 copy color: '#80B940'

red 128 ◦ green 185 ◦ blue 64

#80B940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #80B940

Tints of Chelsea Cucumber #80B940

RGB

 RED value IS 128 (50.39% from 255) = 33.95%

 GREEN value IS 185 (72.66% from 255) = 49.07%

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 33.95%
G = 49.07%
B = 16.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#80B940 (or 0x80B940) is known color: Chelsea Cucumber. HEX triplet: 80, B9 and 40. RGB value is (128,185,64). Sum of RGB (Red+Green+Blue) = 128+185+64=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #80B940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B940 is #7F46BF. Grayscale: #9A9A9A. Windows color (decimal): -8341184 or 4241792. OLE color: 4241792.

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

Color convert

RGB 128 185 64 -
CMYK 0.31 0 0.65 0.27
HSL 88.26º 0.49% 0.49% -
HSV(B) 88.26º 0.65% 0.73% -
XYZ 27.18 39.66 11.07 -
YUV 154.16 77.12 109.34 -
System Red Green Blue C M Y K H S L
Decimal 128 185 64 0.31 0 0.65 0.27 88.26 0.49 0.49
Hex 80 B9 40 1F 0 41 1B 58 31 31
Octal 200 271 100 37 0 101 33 130 61 61
Binary 10000000 10111001 1000000 11111 0 1000001 11011 1011000 110001 110001

Color Harmonies of #80B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B940

Black with #80B940

Text Example


Text Example

White with #80B940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,185,64); }

 H1.HeaderClassName
 {
   color: #80B940;
 }
 .AnyTagClassName
 {
   color: #80B940;
 }
</style>

background-color css

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

 a { background-color: rgb(128,185,64); }

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

border-color css

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

 span { border-color: rgb(128,185,64); }

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