Html Css Color HEX #80C210 Lima

📋 copy color: '#80C210'

red 128 ◦ green 194 ◦ blue 16

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

Shades of Lima #80C210

Tints of Lima #80C210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.4%

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 37.87%
G = 57.4%
B = 4.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#80C210 (or 0x80C210) is known color: Lima. HEX triplet: 80, C2 and 10. RGB value is (128,194,16). Sum of RGB (Red+Green+Blue) = 128+194+16=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #80C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C210 is #7F3DEF. Grayscale: #9A9A9A. Windows color (decimal): -8338928 or 1098368. OLE color: 1098368.

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

Color convert

RGB 128 194 16 -
CMYK 0.34 0 0.92 0.24
HSL 82.25º 0.85% 0.41% -
HSV(B) 82.25º 0.92% 0.76% -
XYZ 28.29 43.21 7.34 -
YUV 153.97 50.13 109.47 -
System Red Green Blue C M Y K H S L
Decimal 128 194 16 0.34 0 0.92 0.24 82.25 0.85 0.41
Hex 80 C2 10 22 0 5C 18 52 55 29
Octal 200 302 20 42 0 134 30 122 125 51
Binary 10000000 11000010 10000 100010 0 1011100 11000 1010010 1010101 101001

Color Harmonies of #80C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C210

Black with #80C210

Text Example


Text Example

White with #80C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,194,16); }

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

background-color css

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

 a { background-color: rgb(128,194,16); }

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

border-color css

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

 span { border-color: rgb(128,194,16); }

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