Html Css Color HEX #80C310 Lima

📋 copy color: '#80C310'

red 128 ◦ green 195 ◦ blue 16

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

Shades of Lima #80C310

Tints of Lima #80C310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.52%

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

R = 37.76%
G = 57.52%
B = 4.72%

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

#80C310 (or 0x80C310) is known color: Lima. HEX triplet: 80, C3 and 10. RGB value is (128,195,16). Sum of RGB (Red+Green+Blue) = 128+195+16=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #80C310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C310 is #7F3CEF. Grayscale: #9B9B9B. Windows color (decimal): -8338672 or 1098624. OLE color: 1098624.

HSL color Cylindrical-coordinate representation of color #80C310: hue angle of 82.46º 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 #80C310 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 195 16 -
CMYK 0.34 0 0.92 0.24
HSL 82.46º 0.85% 0.41% -
HSV(B) 82.46º 0.92% 0.76% -
XYZ 28.51 43.66 7.41 -
YUV 154.56 49.8 109.05 -
System Red Green Blue C M Y K H S L
Decimal 128 195 16 0.34 0 0.92 0.24 82.46 0.85 0.41
Hex 80 C3 10 22 0 5C 18 52 55 29
Octal 200 303 20 42 0 134 30 122 125 51
Binary 10000000 11000011 10000 100010 0 1011100 11000 1010010 1010101 101001

Color Harmonies of #80C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C310

Black with #80C310

Text Example


Text Example

White with #80C310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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