Html Css Color HEX #80B306 Lima

📋 copy color: '#80B306'

red 128 ◦ green 179 ◦ blue 6

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

Shades of Lima #80B306

Tints of Lima #80B306

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.19%

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

R = 40.89%
G = 57.19%
B = 1.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#80B306 (or 0x80B306) is known color: Lima. HEX triplet: 80, B3 and 06. RGB value is (128,179,6). Sum of RGB (Red+Green+Blue) = 128+179+6=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 179 (70.31% from 255 or 57.19% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 179 - color contains mainly: green. Hex color #80B306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B306 is #7F4CF9. Grayscale: #909090. Windows color (decimal): -8342778 or 439168. OLE color: 439168.

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

Color convert

RGB 128 179 6 -
CMYK 0.28 0 0.97 0.30
HSL 77.69º 0.94% 0.36% -
HSV(B) 77.69º 0.97% 0.7% -
XYZ 25.06 36.84 5.96 -
YUV 144.03 50.1 116.57 -
System Red Green Blue C M Y K H S L
Decimal 128 179 6 0.28 0 0.97 0.30 77.69 0.94 0.36
Hex 80 B3 6 1C 0 61 1E 4E 5E 24
Octal 200 263 6 34 0 141 36 116 136 44
Binary 10000000 10110011 110 11100 0 1100001 11110 1001110 1011110 100100

Color Harmonies of #80B306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B306

Black with #80B306

Text Example


Text Example

White with #80B306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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