Html Css Color HEX #80C51C Lima

📋 copy color: '#80C51C'

red 128 ◦ green 197 ◦ blue 28

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

Shades of Lima #80C51C

Tints of Lima #80C51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.81%

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 36.26%
G = 55.81%
B = 7.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#80C51C (or 0x80C51C) is known color: Lima. HEX triplet: 80, C5 and 1C. RGB value is (128,197,28). Sum of RGB (Red+Green+Blue) = 128+197+28=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 197 (77.34% from 255 or 55.81% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 197 - color contains mainly: green. Hex color #80C51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C51C is #7F3AE3. Grayscale: #9D9D9D. Windows color (decimal): -8338148 or 1885568. OLE color: 1885568.

HSL color Cylindrical-coordinate representation of color #80C51C: hue angle of 84.5º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80C51C is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 197 28 -
CMYK 0.35 0 0.86 0.23
HSL 84.5º 0.75% 0.44% -
HSV(B) 84.5º 0.86% 0.77% -
XYZ 29.08 44.61 8.18 -
YUV 157.1 55.14 107.24 -
System Red Green Blue C M Y K H S L
Decimal 128 197 28 0.35 0 0.86 0.23 84.5 0.75 0.44
Hex 80 C5 1C 23 0 56 17 54 4B 2C
Octal 200 305 34 43 0 126 27 124 113 54
Binary 10000000 11000101 11100 100011 0 1010110 10111 1010100 1001011 101100

Color Harmonies of #80C51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C51C

Black with #80C51C

Text Example


Text Example

White with #80C51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,197,28); }

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

background-color css

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

 a { background-color: rgb(128,197,28); }

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

border-color css

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

 span { border-color: rgb(128,197,28); }

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