Html Css Color HEX #80B619 Lima

📋 copy color: '#80B619'

red 128 ◦ green 182 ◦ blue 25

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

Shades of Lima #80B619

Tints of Lima #80B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.33%

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

R = 38.21%
G = 54.33%
B = 7.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#80B619 (or 0x80B619) is known color: Lima. HEX triplet: 80, B6 and 19. RGB value is (128,182,25). Sum of RGB (Red+Green+Blue) = 128+182+25=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #80B619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B619 is #7F49E6. Grayscale: #949494. Windows color (decimal): -8341991 or 1685120. OLE color: 1685120.

HSL color Cylindrical-coordinate representation of color #80B619: hue angle of 80.64º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80B619 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 25 -
CMYK 0.30 0 0.86 0.29
HSL 80.64º 0.76% 0.41% -
HSV(B) 80.64º 0.86% 0.71% -
XYZ 25.81 38.12 6.92 -
YUV 147.96 58.61 113.77 -
System Red Green Blue C M Y K H S L
Decimal 128 182 25 0.30 0 0.86 0.29 80.64 0.76 0.41
Hex 80 B6 19 1E 0 56 1D 51 4C 29
Octal 200 266 31 36 0 126 35 121 114 51
Binary 10000000 10110110 11001 11110 0 1010110 11101 1010001 1001100 101001

Color Harmonies of #80B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B619

Black with #80B619

Text Example


Text Example

White with #80B619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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