Html Css Color HEX #80B22D Lima

📋 copy color: '#80B22D'

red 128 ◦ green 178 ◦ blue 45

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

Shades of Lima #80B22D

Tints of Lima #80B22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.71%

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 36.47%
G = 50.71%
B = 12.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#80B22D (or 0x80B22D) is known color: Lima. HEX triplet: 80, B2 and 2D. RGB value is (128,178,45). Sum of RGB (Red+Green+Blue) = 128+178+45=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #80B22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B22D is #7F4DD2. Grayscale: #949494. Windows color (decimal): -8342995 or 2994816. OLE color: 2994816.

HSL color Cylindrical-coordinate representation of color #80B22D: hue angle of 82.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80B22D is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 178 45 -
CMYK 0.28 0 0.75 0.30
HSL 82.56º 0.6% 0.44% -
HSV(B) 82.56º 0.75% 0.7% -
XYZ 25.3 36.62 8.22 -
YUV 147.89 69.94 113.81 -
System Red Green Blue C M Y K H S L
Decimal 128 178 45 0.28 0 0.75 0.30 82.56 0.6 0.44
Hex 80 B2 2D 1C 0 4B 1E 53 3C 2C
Octal 200 262 55 34 0 113 36 123 74 54
Binary 10000000 10110010 101101 11100 0 1001011 11110 1010011 111100 101100

Color Harmonies of #80B22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B22D

Black with #80B22D

Text Example


Text Example

White with #80B22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,178,45); }

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

background-color css

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

 a { background-color: rgb(128,178,45); }

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

border-color css

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

 span { border-color: rgb(128,178,45); }

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