Html Css Color HEX #80B507 Lima

📋 copy color: '#80B507'

red 128 ◦ green 181 ◦ blue 7

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

Shades of Lima #80B507

Tints of Lima #80B507

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.28%

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 40.51%
G = 57.28%
B = 2.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#80B507 (or 0x80B507) is known color: Lima. HEX triplet: 80, B5 and 07. RGB value is (128,181,7). Sum of RGB (Red+Green+Blue) = 128+181+7=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #80B507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B507 is #7F4AF8. Grayscale: #919191. Windows color (decimal): -8342265 or 505216. OLE color: 505216.

HSL color Cylindrical-coordinate representation of color #80B507: hue angle of 78.28º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80B507 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 7 -
CMYK 0.29 0 0.96 0.29
HSL 78.28º 0.93% 0.37% -
HSV(B) 78.28º 0.96% 0.71% -
XYZ 25.46 37.65 6.13 -
YUV 145.32 49.94 115.65 -
System Red Green Blue C M Y K H S L
Decimal 128 181 7 0.29 0 0.96 0.29 78.28 0.93 0.37
Hex 80 B5 7 1D 0 60 1D 4E 5D 25
Octal 200 265 7 35 0 140 35 116 135 45
Binary 10000000 10110101 111 11101 0 1100000 11101 1001110 1011101 100101

Color Harmonies of #80B507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B507

Black with #80B507

Text Example


Text Example

White with #80B507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,7); }

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

background-color css

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

 a { background-color: rgb(128,181,7); }

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

border-color css

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

 span { border-color: rgb(128,181,7); }

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