Html Css Color HEX #80C61C Lima

📋 copy color: '#80C61C'

red 128 ◦ green 198 ◦ blue 28

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

Shades of Lima #80C61C

Tints of Lima #80C61C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.93%

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

R = 36.16%
G = 55.93%
B = 7.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#80C61C (or 0x80C61C) is known color: Lima. HEX triplet: 80, C6 and 1C. RGB value is (128,198,28). Sum of RGB (Red+Green+Blue) = 128+198+28=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #80C61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C61C is #7F39E3. Grayscale: #9E9E9E. Windows color (decimal): -8337892 or 1885824. OLE color: 1885824.

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

Color convert

RGB 128 198 28 -
CMYK 0.35 0 0.86 0.22
HSL 84.71º 0.75% 0.44% -
HSV(B) 84.71º 0.86% 0.78% -
XYZ 29.31 45.06 8.25 -
YUV 157.69 54.81 106.82 -
System Red Green Blue C M Y K H S L
Decimal 128 198 28 0.35 0 0.86 0.22 84.71 0.75 0.44
Hex 80 C6 1C 23 0 56 16 55 4B 2C
Octal 200 306 34 43 0 126 26 125 113 54
Binary 10000000 11000110 11100 100011 0 1010110 10110 1010101 1001011 101100

Color Harmonies of #80C61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C61C

Black with #80C61C

Text Example


Text Example

White with #80C61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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