Html Css Color HEX #80AD4E Chelsea Cucumber

📋 copy color: '#80AD4E'

red 128 ◦ green 173 ◦ blue 78

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

Shades of Chelsea Cucumber #80AD4E

Tints of Chelsea Cucumber #80AD4E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.65%

 BLUE value IS 78 (30.86% from 255) = 20.58%

R = 33.77%
G = 45.65%
B = 20.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#80AD4E (or 0x80AD4E) is known color: Chelsea Cucumber. HEX triplet: 80, AD and 4E. RGB value is (128,173,78). Sum of RGB (Red+Green+Blue) = 128+173+78=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD4E is #7F52B1. Grayscale: #959595. Windows color (decimal): -8344242 or 5156224. OLE color: 5156224.

HSL color Cylindrical-coordinate representation of color #80AD4E: hue angle of 88.42º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80AD4E is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 173 78 -
CMYK 0.26 0 0.55 0.32
HSL 88.42º 0.38% 0.49% -
HSV(B) 88.42º 0.55% 0.68% -
XYZ 25.22 35.03 12.64 -
YUV 148.72 88.09 113.22 -
System Red Green Blue C M Y K H S L
Decimal 128 173 78 0.26 0 0.55 0.32 88.42 0.38 0.49
Hex 80 AD 4E 1A 0 37 20 58 26 31
Octal 200 255 116 32 0 67 40 130 46 61
Binary 10000000 10101101 1001110 11010 0 110111 100000 1011000 100110 110001

Color Harmonies of #80AD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD4E

Black with #80AD4E

Text Example


Text Example

White with #80AD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,173,78); }

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

background-color css

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

 a { background-color: rgb(128,173,78); }

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

border-color css

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

 span { border-color: rgb(128,173,78); }

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