Html Css Color HEX #80AF55 Chelsea Cucumber

📋 copy color: '#80AF55'

red 128 ◦ green 175 ◦ blue 85

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

Shades of Chelsea Cucumber #80AF55

Tints of Chelsea Cucumber #80AF55

RGB

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

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

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

R = 32.99%
G = 45.1%
B = 21.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#80AF55 (or 0x80AF55) is known color: Chelsea Cucumber. HEX triplet: 80, AF and 55. RGB value is (128,175,85). Sum of RGB (Red+Green+Blue) = 128+175+85=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF55 is #7F50AA. Grayscale: #979797. Windows color (decimal): -8343723 or 5615488. OLE color: 5615488.

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

Color convert

RGB 128 175 85 -
CMYK 0.27 0 0.51 0.31
HSL 91.33º 0.36% 0.51% -
HSV(B) 91.33º 0.51% 0.69% -
XYZ 25.87 35.91 14.16 -
YUV 150.69 90.93 111.82 -
System Red Green Blue C M Y K H S L
Decimal 128 175 85 0.27 0 0.51 0.31 91.33 0.36 0.51
Hex 80 AF 55 1B 0 33 1F 5B 24 33
Octal 200 257 125 33 0 63 37 133 44 63
Binary 10000000 10101111 1010101 11011 0 110011 11111 1011011 100100 110011

Color Harmonies of #80AF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF55

Black with #80AF55

Text Example


Text Example

White with #80AF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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