Html Css Color HEX #80B607 Lima

📋 copy color: '#80B607'

red 128 ◦ green 182 ◦ blue 7

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

Shades of Lima #80B607

Tints of Lima #80B607

RGB

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

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

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

R = 40.38%
G = 57.41%
B = 2.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#80B607 (or 0x80B607) is known color: Lima. HEX triplet: 80, B6 and 07. RGB value is (128,182,7). Sum of RGB (Red+Green+Blue) = 128+182+7=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 182 (71.48% from 255 or 57.41% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 182 - color contains mainly: green. Hex color #80B607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B607 is #7F49F8. Grayscale: #929292. Windows color (decimal): -8342009 or 505472. OLE color: 505472.

HSL color Cylindrical-coordinate representation of color #80B607: hue angle of 78.51º 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 #80B607 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 7 -
CMYK 0.30 0 0.96 0.29
HSL 78.51º 0.93% 0.37% -
HSV(B) 78.51º 0.96% 0.71% -
XYZ 25.67 38.06 6.19 -
YUV 145.9 49.61 115.23 -
System Red Green Blue C M Y K H S L
Decimal 128 182 7 0.30 0 0.96 0.29 78.51 0.93 0.37
Hex 80 B6 7 1E 0 60 1D 4F 5D 25
Octal 200 266 7 36 0 140 35 117 135 45
Binary 10000000 10110110 111 11110 0 1100000 11101 1001111 1011101 100101

Color Harmonies of #80B607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B607

Black with #80B607

Text Example


Text Example

White with #80B607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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