Html Css Color HEX #80B706 Lima

📋 copy color: '#80B706'

red 128 ◦ green 183 ◦ blue 6

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

Shades of Lima #80B706

Tints of Lima #80B706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.73%

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 40.38%
G = 57.73%
B = 1.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#80B706 (or 0x80B706) is known color: Lima. HEX triplet: 80, B7 and 06. RGB value is (128,183,6). Sum of RGB (Red+Green+Blue) = 128+183+6=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 183 (71.88% from 255 or 57.73% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 183 - color contains mainly: green. Hex color #80B706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B706 is #7F48F9. Grayscale: #939393. Windows color (decimal): -8341754 or 440192. OLE color: 440192.

HSL color Cylindrical-coordinate representation of color #80B706: hue angle of 78.64º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80B706 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 6 -
CMYK 0.30 0 0.97 0.28
HSL 78.64º 0.94% 0.37% -
HSV(B) 78.64º 0.97% 0.72% -
XYZ 25.87 38.47 6.23 -
YUV 146.38 48.78 114.89 -
System Red Green Blue C M Y K H S L
Decimal 128 183 6 0.30 0 0.97 0.28 78.64 0.94 0.37
Hex 80 B7 6 1E 0 61 1C 4F 5E 25
Octal 200 267 6 36 0 141 34 117 136 45
Binary 10000000 10110111 110 11110 0 1100001 11100 1001111 1011110 100101

Color Harmonies of #80B706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B706

Black with #80B706

Text Example


Text Example

White with #80B706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,6); }

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

background-color css

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

 a { background-color: rgb(128,183,6); }

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

border-color css

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

 span { border-color: rgb(128,183,6); }

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