Html Css Color HEX #80AF43 Chelsea Cucumber

📋 copy color: '#80AF43'

red 128 ◦ green 175 ◦ blue 67

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

Shades of Chelsea Cucumber #80AF43

Tints of Chelsea Cucumber #80AF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.11%

R = 34.59%
G = 47.3%
B = 18.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#80AF43 (or 0x80AF43) is known color: Chelsea Cucumber. HEX triplet: 80, AF and 43. RGB value is (128,175,67). Sum of RGB (Red+Green+Blue) = 128+175+67=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF43 is #7F50BC. Grayscale: #959595. Windows color (decimal): -8343741 or 4435840. OLE color: 4435840.

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

Color convert

RGB 128 175 67 -
CMYK 0.27 0 0.62 0.31
HSL 86.11º 0.45% 0.47% -
HSV(B) 86.11º 0.62% 0.69% -
XYZ 25.25 35.65 10.86 -
YUV 148.64 81.93 113.28 -
System Red Green Blue C M Y K H S L
Decimal 128 175 67 0.27 0 0.62 0.31 86.11 0.45 0.47
Hex 80 AF 43 1B 0 3E 1F 56 2D 2F
Octal 200 257 103 33 0 76 37 126 55 57
Binary 10000000 10101111 1000011 11011 0 111110 11111 1010110 101101 101111

Color Harmonies of #80AF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF43

Black with #80AF43

Text Example


Text Example

White with #80AF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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