Html Css Color HEX #80AE55 Chelsea Cucumber

📋 copy color: '#80AE55'

red 128 ◦ green 174 ◦ blue 85

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

Shades of Chelsea Cucumber #80AE55

Tints of Chelsea Cucumber #80AE55

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.96%

 BLUE value IS 85 (33.59% from 255) = 21.96%

R = 33.07%
G = 44.96%
B = 21.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#80AE55 (or 0x80AE55) is known color: Chelsea Cucumber. HEX triplet: 80, AE and 55. RGB value is (128,174,85). Sum of RGB (Red+Green+Blue) = 128+174+85=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE55 is #7F51AA. Grayscale: #969696. Windows color (decimal): -8343979 or 5615232. OLE color: 5615232.

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

Color convert

RGB 128 174 85 -
CMYK 0.26 0 0.51 0.32
HSL 91.01º 0.35% 0.51% -
HSV(B) 91.01º 0.51% 0.68% -
XYZ 25.68 35.52 14.1 -
YUV 150.1 91.26 112.24 -
System Red Green Blue C M Y K H S L
Decimal 128 174 85 0.26 0 0.51 0.32 91.01 0.35 0.51
Hex 80 AE 55 1A 0 33 20 5B 23 33
Octal 200 256 125 32 0 63 40 133 43 63
Binary 10000000 10101110 1010101 11010 0 110011 100000 1011011 100011 110011

Color Harmonies of #80AE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AE55

Black with #80AE55

Text Example


Text Example

White with #80AE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,174,85); }

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

background-color css

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

 a { background-color: rgb(128,174,85); }

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

border-color css

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

 span { border-color: rgb(128,174,85); }

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