Html Css Color HEX #80C105 Lima

📋 copy color: '#80C105'

red 128 ◦ green 193 ◦ blue 5

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

Shades of Lima #80C105

Tints of Lima #80C105

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.2%

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 39.26%
G = 59.2%
B = 1.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#80C105 (or 0x80C105) is known color: Lima. HEX triplet: 80, C1 and 05. RGB value is (128,193,5). Sum of RGB (Red+Green+Blue) = 128+193+5=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #80C105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C105 is #7F3EFA. Grayscale: #989898. Windows color (decimal): -8339195 or 377216. OLE color: 377216.

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

Color convert

RGB 128 193 5 -
CMYK 0.34 0 0.97 0.24
HSL 80.74º 0.95% 0.39% -
HSV(B) 80.74º 0.97% 0.76% -
XYZ 28 42.74 6.92 -
YUV 152.13 44.97 110.79 -
System Red Green Blue C M Y K H S L
Decimal 128 193 5 0.34 0 0.97 0.24 80.74 0.95 0.39
Hex 80 C1 5 22 0 61 18 51 5F 27
Octal 200 301 5 42 0 141 30 121 137 47
Binary 10000000 11000001 101 100010 0 1100001 11000 1010001 1011111 100111

Color Harmonies of #80C105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C105

Black with #80C105

Text Example


Text Example

White with #80C105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,193,5); }

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

background-color css

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

 a { background-color: rgb(128,193,5); }

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

border-color css

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

 span { border-color: rgb(128,193,5); }

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