Html Css Color HEX #80B919 Lima

📋 copy color: '#80B919'

red 128 ◦ green 185 ◦ blue 25

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

Shades of Lima #80B919

Tints of Lima #80B919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.73%

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

R = 37.87%
G = 54.73%
B = 7.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#80B919 (or 0x80B919) is known color: Lima. HEX triplet: 80, B9 and 19. RGB value is (128,185,25). Sum of RGB (Red+Green+Blue) = 128+185+25=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #80B919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B919 is #7F46E6. Grayscale: #969696. Windows color (decimal): -8341223 or 1685888. OLE color: 1685888.

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

Color convert

RGB 128 185 25 -
CMYK 0.31 0 0.86 0.27
HSL 81.38º 0.76% 0.41% -
HSV(B) 81.38º 0.86% 0.73% -
XYZ 26.43 39.36 7.12 -
YUV 149.72 57.62 112.51 -
System Red Green Blue C M Y K H S L
Decimal 128 185 25 0.31 0 0.86 0.27 81.38 0.76 0.41
Hex 80 B9 19 1F 0 56 1B 51 4C 29
Octal 200 271 31 37 0 126 33 121 114 51
Binary 10000000 10111001 11001 11111 0 1010110 11011 1010001 1001100 101001

Color Harmonies of #80B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B919

Black with #80B919

Text Example


Text Example

White with #80B919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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