Html Css Color HEX #80AF53 Chelsea Cucumber

📋 copy color: '#80AF53'

red 128 ◦ green 175 ◦ blue 83

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

Shades of Chelsea Cucumber #80AF53

Tints of Chelsea Cucumber #80AF53

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.34%

 BLUE value IS 83 (32.81% from 255) = 21.5%

R = 33.16%
G = 45.34%
B = 21.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#80AF53 (or 0x80AF53) is known color: Chelsea Cucumber. HEX triplet: 80, AF and 53. RGB value is (128,175,83). Sum of RGB (Red+Green+Blue) = 128+175+83=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF53 is #7F50AC. Grayscale: #969696. Windows color (decimal): -8343725 or 5484416. OLE color: 5484416.

HSL color Cylindrical-coordinate representation of color #80AF53: hue angle of 90.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80AF53 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 83 -
CMYK 0.27 0 0.53 0.31
HSL 90.65º 0.37% 0.51% -
HSV(B) 90.65º 0.53% 0.69% -
XYZ 25.79 35.87 13.75 -
YUV 150.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 128 175 83 0.27 0 0.53 0.31 90.65 0.37 0.51
Hex 80 AF 53 1B 0 35 1F 5B 25 33
Octal 200 257 123 33 0 65 37 133 45 63
Binary 10000000 10101111 1010011 11011 0 110101 11111 1011011 100101 110011

Color Harmonies of #80AF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF53

Black with #80AF53

Text Example


Text Example

White with #80AF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,175,83); }

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

background-color css

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

 a { background-color: rgb(128,175,83); }

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

border-color css

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

 span { border-color: rgb(128,175,83); }

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