Html Css Color HEX #80AF4B Chelsea Cucumber

📋 copy color: '#80AF4B'

red 128 ◦ green 175 ◦ blue 75

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

Shades of Chelsea Cucumber #80AF4B

Tints of Chelsea Cucumber #80AF4B

RGB

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

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

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

R = 33.86%
G = 46.3%
B = 19.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#80AF4B (or 0x80AF4B) is known color: Chelsea Cucumber. HEX triplet: 80, AF and 4B. RGB value is (128,175,75). Sum of RGB (Red+Green+Blue) = 128+175+75=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF4B is #7F50B4. Grayscale: #959595. Windows color (decimal): -8343733 or 4960128. OLE color: 4960128.

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

Color convert

RGB 128 175 75 -
CMYK 0.27 0 0.57 0.31
HSL 88.2º 0.4% 0.49% -
HSV(B) 88.2º 0.57% 0.69% -
XYZ 25.5 35.76 12.21 -
YUV 149.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 128 175 75 0.27 0 0.57 0.31 88.2 0.4 0.49
Hex 80 AF 4B 1B 0 39 1F 58 28 31
Octal 200 257 113 33 0 71 37 130 50 61
Binary 10000000 10101111 1001011 11011 0 111001 11111 1011000 101000 110001

Color Harmonies of #80AF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF4B

Black with #80AF4B

Text Example


Text Example

White with #80AF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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