Html Css Color HEX #80BE19 Lima

📋 copy color: '#80BE19'

red 128 ◦ green 190 ◦ blue 25

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

Shades of Lima #80BE19

Tints of Lima #80BE19

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.39%

 BLUE value IS 25 (10.16% from 255) = 7.29%

R = 37.32%
G = 55.39%
B = 7.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#80BE19 (or 0x80BE19) is known color: Lima. HEX triplet: 80, BE and 19. RGB value is (128,190,25). Sum of RGB (Red+Green+Blue) = 128+190+25=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BE19 is #7F41E6. Grayscale: #999999. Windows color (decimal): -8339943 or 1687168. OLE color: 1687168.

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

Color convert

RGB 128 190 25 -
CMYK 0.33 0 0.87 0.25
HSL 82.55º 0.77% 0.42% -
HSV(B) 82.55º 0.87% 0.75% -
XYZ 27.49 41.49 7.48 -
YUV 152.65 55.96 110.42 -
System Red Green Blue C M Y K H S L
Decimal 128 190 25 0.33 0 0.87 0.25 82.55 0.77 0.42
Hex 80 BE 19 21 0 57 19 53 4D 2A
Octal 200 276 31 41 0 127 31 123 115 52
Binary 10000000 10111110 11001 100001 0 1010111 11001 1010011 1001101 101010

Color Harmonies of #80BE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE19

Black with #80BE19

Text Example


Text Example

White with #80BE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,190,25); }

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

background-color css

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

 a { background-color: rgb(128,190,25); }

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

border-color css

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

 span { border-color: rgb(128,190,25); }

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