Html Css Color HEX #80B905 Lima

📋 copy color: '#80B905'

red 128 ◦ green 185 ◦ blue 5

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

Shades of Lima #80B905

Tints of Lima #80B905

RGB

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

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

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

R = 40.25%
G = 58.18%
B = 1.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#80B905 (or 0x80B905) is known color: Lima. HEX triplet: 80, B9 and 05. RGB value is (128,185,5). Sum of RGB (Red+Green+Blue) = 128+185+5=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 185 (72.66% from 255 or 58.18% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 185 - color contains mainly: green. Hex color #80B905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B905 is #7F46FA. Grayscale: #949494. Windows color (decimal): -8341243 or 375168. OLE color: 375168.

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

Color convert

RGB 128 185 5 -
CMYK 0.31 0 0.97 0.27
HSL 79º 0.95% 0.37% -
HSV(B) 79º 0.97% 0.73% -
XYZ 26.28 39.3 6.34 -
YUV 147.44 47.62 114.14 -
System Red Green Blue C M Y K H S L
Decimal 128 185 5 0.31 0 0.97 0.27 79 0.95 0.37
Hex 80 B9 5 1F 0 61 1B 4F 5F 25
Octal 200 271 5 37 0 141 33 117 137 45
Binary 10000000 10111001 101 11111 0 1100001 11011 1001111 1011111 100101

Color Harmonies of #80B905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B905

Black with #80B905

Text Example


Text Example

White with #80B905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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