Html Css Color HEX #80C010 Lima

📋 copy color: '#80C010'

red 128 ◦ green 192 ◦ blue 16

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

Shades of Lima #80C010

Tints of Lima #80C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.14%

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

R = 38.1%
G = 57.14%
B = 4.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#80C010 (or 0x80C010) is known color: Lima. HEX triplet: 80, C0 and 10. RGB value is (128,192,16). Sum of RGB (Red+Green+Blue) = 128+192+16=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #80C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C010 is #7F3FEF. Grayscale: #999999. Windows color (decimal): -8339440 or 1097856. OLE color: 1097856.

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

Color convert

RGB 128 192 16 -
CMYK 0.33 0 0.92 0.25
HSL 81.82º 0.85% 0.41% -
HSV(B) 81.82º 0.92% 0.75% -
XYZ 27.85 42.33 7.19 -
YUV 152.8 50.8 110.31 -
System Red Green Blue C M Y K H S L
Decimal 128 192 16 0.33 0 0.92 0.25 81.82 0.85 0.41
Hex 80 C0 10 21 0 5C 19 52 55 29
Octal 200 300 20 41 0 134 31 122 125 51
Binary 10000000 11000000 10000 100001 0 1011100 11001 1010010 1010101 101001

Color Harmonies of #80C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C010

Black with #80C010

Text Example


Text Example

White with #80C010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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