Html Css Color HEX #80CA20 Lima

📋 copy color: '#80CA20'

red 128 ◦ green 202 ◦ blue 32

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

Shades of Lima #80CA20

Tints of Lima #80CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.8%

 BLUE value IS 32 (12.89% from 255) = 8.84%

R = 35.36%
G = 55.8%
B = 8.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#80CA20 (or 0x80CA20) is known color: Lima. HEX triplet: 80, CA and 20. RGB value is (128,202,32). Sum of RGB (Red+Green+Blue) = 128+202+32=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA20 is #7F35DF. Grayscale: #A1A1A1. Windows color (decimal): -8336864 or 2148992. OLE color: 2148992.

HSL color Cylindrical-coordinate representation of color #80CA20: hue angle of 86.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80CA20 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 202 32 -
CMYK 0.37 0 0.84 0.21
HSL 86.12º 0.73% 0.46% -
HSV(B) 86.12º 0.84% 0.79% -
XYZ 30.28 46.93 8.83 -
YUV 160.49 55.48 104.82 -
System Red Green Blue C M Y K H S L
Decimal 128 202 32 0.37 0 0.84 0.21 86.12 0.73 0.46
Hex 80 CA 20 25 0 54 15 56 49 2E
Octal 200 312 40 45 0 124 25 126 111 56
Binary 10000000 11001010 100000 100101 0 1010100 10101 1010110 1001001 101110

Color Harmonies of #80CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA20

Black with #80CA20

Text Example


Text Example

White with #80CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,202,32); }

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

background-color css

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

 a { background-color: rgb(128,202,32); }

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

border-color css

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

 span { border-color: rgb(128,202,32); }

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