Html Css Color HEX #80C12B Lima

📋 copy color: '#80C12B'

red 128 ◦ green 193 ◦ blue 43

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

Shades of Lima #80C12B

Tints of Lima #80C12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.02%

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 35.16%
G = 53.02%
B = 11.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#80C12B (or 0x80C12B) is known color: Lima. HEX triplet: 80, C1 and 2B. RGB value is (128,193,43). Sum of RGB (Red+Green+Blue) = 128+193+43=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #80C12B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C12B is #7F3ED4. Grayscale: #9C9C9C. Windows color (decimal): -8339157 or 2867584. OLE color: 2867584.

HSL color Cylindrical-coordinate representation of color #80C12B: hue angle of 86º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80C12B is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 193 43 -
CMYK 0.34 0 0.78 0.24
HSL 86º 0.64% 0.46% -
HSV(B) 86º 0.78% 0.76% -
XYZ 28.41 42.9 9.07 -
YUV 156.47 63.97 107.7 -
System Red Green Blue C M Y K H S L
Decimal 128 193 43 0.34 0 0.78 0.24 86 0.64 0.46
Hex 80 C1 2B 22 0 4E 18 56 40 2E
Octal 200 301 53 42 0 116 30 126 100 56
Binary 10000000 11000001 101011 100010 0 1001110 11000 1010110 1000000 101110

Color Harmonies of #80C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C12B

Black with #80C12B

Text Example


Text Example

White with #80C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,193,43); }

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

background-color css

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

 a { background-color: rgb(128,193,43); }

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

border-color css

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

 span { border-color: rgb(128,193,43); }

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