Html Css Color HEX #80C109 Lima

📋 copy color: '#80C109'

red 128 ◦ green 193 ◦ blue 9

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

Shades of Lima #80C109

Tints of Lima #80C109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.73%

R = 38.79%
G = 58.48%
B = 2.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#80C109 (or 0x80C109) is known color: Lima. HEX triplet: 80, C1 and 09. RGB value is (128,193,9). Sum of RGB (Red+Green+Blue) = 128+193+9=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #80C109 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C109 is #7F3EF6. Grayscale: #999999. Windows color (decimal): -8339191 or 639360. OLE color: 639360.

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

Color convert

RGB 128 193 9 -
CMYK 0.34 0 0.95 0.24
HSL 81.2º 0.91% 0.4% -
HSV(B) 81.2º 0.95% 0.76% -
XYZ 28.02 42.75 7.03 -
YUV 152.59 46.97 110.46 -
System Red Green Blue C M Y K H S L
Decimal 128 193 9 0.34 0 0.95 0.24 81.2 0.91 0.4
Hex 80 C1 9 22 0 5F 18 51 5B 28
Octal 200 301 11 42 0 137 30 121 133 50
Binary 10000000 11000001 1001 100010 0 1011111 11000 1010001 1011011 101000

Color Harmonies of #80C109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C109

Black with #80C109

Text Example


Text Example

White with #80C109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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