Html Css Color HEX #80C810 Lima

📋 copy color: '#80C810'

red 128 ◦ green 200 ◦ blue 16

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

Shades of Lima #80C810

Tints of Lima #80C810

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.14%

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

R = 37.21%
G = 58.14%
B = 4.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#80C810 (or 0x80C810) is known color: Lima. HEX triplet: 80, C8 and 10. RGB value is (128,200,16). Sum of RGB (Red+Green+Blue) = 128+200+16=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #80C810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C810 is #7F37EF. Grayscale: #9E9E9E. Windows color (decimal): -8337392 or 1099904. OLE color: 1099904.

HSL color Cylindrical-coordinate representation of color #80C810: hue angle of 83.48º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80C810 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 16 -
CMYK 0.36 0 0.92 0.22
HSL 83.48º 0.85% 0.42% -
HSV(B) 83.48º 0.92% 0.78% -
XYZ 29.65 45.94 7.79 -
YUV 157.5 48.15 106.96 -
System Red Green Blue C M Y K H S L
Decimal 128 200 16 0.36 0 0.92 0.22 83.48 0.85 0.42
Hex 80 C8 10 24 0 5C 16 53 55 2A
Octal 200 310 20 44 0 134 26 123 125 52
Binary 10000000 11001000 10000 100100 0 1011100 10110 1010011 1010101 101010

Color Harmonies of #80C810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C810

Black with #80C810

Text Example


Text Example

White with #80C810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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