Html Css Color HEX #80AD4B Chelsea Cucumber

📋 copy color: '#80AD4B'

red 128 ◦ green 173 ◦ blue 75

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

Shades of Chelsea Cucumber #80AD4B

Tints of Chelsea Cucumber #80AD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 34.04%
G = 46.01%
B = 19.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#80AD4B (or 0x80AD4B) is known color: Chelsea Cucumber. HEX triplet: 80, AD and 4B. RGB value is (128,173,75). Sum of RGB (Red+Green+Blue) = 128+173+75=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AD4B is #7F52B4. Grayscale: #949494. Windows color (decimal): -8344245 or 4959616. OLE color: 4959616.

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

Color convert

RGB 128 173 75 -
CMYK 0.26 0 0.57 0.32
HSL 87.55º 0.4% 0.49% -
HSV(B) 87.55º 0.57% 0.68% -
XYZ 25.12 34.98 12.09 -
YUV 148.37 86.59 113.47 -
System Red Green Blue C M Y K H S L
Decimal 128 173 75 0.26 0 0.57 0.32 87.55 0.4 0.49
Hex 80 AD 4B 1A 0 39 20 58 28 31
Octal 200 255 113 32 0 71 40 130 50 61
Binary 10000000 10101101 1001011 11010 0 111001 100000 1011000 101000 110001

Color Harmonies of #80AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD4B

Black with #80AD4B

Text Example


Text Example

White with #80AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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