Html Css Color HEX #80AF22 Lima

📋 copy color: '#80AF22'

red 128 ◦ green 175 ◦ blue 34

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

Shades of Lima #80AF22

Tints of Lima #80AF22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.09%

R = 37.98%
G = 51.93%
B = 10.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#80AF22 (or 0x80AF22) is known color: Lima. HEX triplet: 80, AF and 22. RGB value is (128,175,34). Sum of RGB (Red+Green+Blue) = 128+175+34=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF22 is #7F50DD. Grayscale: #919191. Windows color (decimal): -8343774 or 2273152. OLE color: 2273152.

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

Color convert

RGB 128 175 34 -
CMYK 0.27 0 0.81 0.31
HSL 80º 0.67% 0.41% -
HSV(B) 80º 0.81% 0.69% -
XYZ 24.52 35.36 7.05 -
YUV 144.87 65.43 115.96 -
System Red Green Blue C M Y K H S L
Decimal 128 175 34 0.27 0 0.81 0.31 80 0.67 0.41
Hex 80 AF 22 1B 0 51 1F 50 43 29
Octal 200 257 42 33 0 121 37 120 103 51
Binary 10000000 10101111 100010 11011 0 1010001 11111 1010000 1000011 101001

Color Harmonies of #80AF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF22

Black with #80AF22

Text Example


Text Example

White with #80AF22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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