Html Css Color HEX #80AD4D Chelsea Cucumber

📋 copy color: '#80AD4D'

red 128 ◦ green 173 ◦ blue 77

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

Shades of Chelsea Cucumber #80AD4D

Tints of Chelsea Cucumber #80AD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 33.86%
G = 45.77%
B = 20.37%

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

#80AD4D (or 0x80AD4D) is known color: Chelsea Cucumber. HEX triplet: 80, AD and 4D. RGB value is (128,173,77). Sum of RGB (Red+Green+Blue) = 128+173+77=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD4D is #7F52B2. Grayscale: #949494. Windows color (decimal): -8344243 or 5090688. OLE color: 5090688.

HSL color Cylindrical-coordinate representation of color #80AD4D: hue angle of 88.12º 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 #80AD4D is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 173 77 -
CMYK 0.26 0 0.55 0.32
HSL 88.13º 0.38% 0.49% -
HSV(B) 88.13º 0.55% 0.68% -
XYZ 25.19 35.01 12.45 -
YUV 148.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 128 173 77 0.26 0 0.55 0.32 88.13 0.38 0.49
Hex 80 AD 4D 1A 0 37 20 58 26 31
Octal 200 255 115 32 0 67 40 130 46 61
Binary 10000000 10101101 1001101 11010 0 110111 100000 1011000 100110 110001

Color Harmonies of #80AD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD4D

Black with #80AD4D

Text Example


Text Example

White with #80AD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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