Html Css Color HEX #80B54A Chelsea Cucumber

📋 copy color: '#80B54A'

red 128 ◦ green 181 ◦ blue 74

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

Shades of Chelsea Cucumber #80B54A

Tints of Chelsea Cucumber #80B54A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.26%

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 33.42%
G = 47.26%
B = 19.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#80B54A (or 0x80B54A) is known color: Chelsea Cucumber. HEX triplet: 80, B5 and 4A. RGB value is (128,181,74). Sum of RGB (Red+Green+Blue) = 128+181+74=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #80B54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B54A is #7F4AB5. Grayscale: #999999. Windows color (decimal): -8342198 or 4896128. OLE color: 4896128.

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

Color convert

RGB 128 181 74 -
CMYK 0.29 0 0.59 0.29
HSL 89.72º 0.42% 0.5% -
HSV(B) 89.72º 0.59% 0.71% -
XYZ 26.66 38.13 12.43 -
YUV 152.96 83.44 110.2 -
System Red Green Blue C M Y K H S L
Decimal 128 181 74 0.29 0 0.59 0.29 89.72 0.42 0.5
Hex 80 B5 4A 1D 0 3B 1D 5A 2A 32
Octal 200 265 112 35 0 73 35 132 52 62
Binary 10000000 10110101 1001010 11101 0 111011 11101 1011010 101010 110010

Color Harmonies of #80B54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B54A

Black with #80B54A

Text Example


Text Example

White with #80B54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,74); }

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

background-color css

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

 a { background-color: rgb(128,181,74); }

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

border-color css

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

 span { border-color: rgb(128,181,74); }

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