Html Css Color HEX #80B006 Lima

📋 copy color: '#80B006'

red 128 ◦ green 176 ◦ blue 6

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

Shades of Lima #80B006

Tints of Lima #80B006

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.77%

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

R = 41.29%
G = 56.77%
B = 1.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#80B006 (or 0x80B006) is known color: Lima. HEX triplet: 80, B0 and 06. RGB value is (128,176,6). Sum of RGB (Red+Green+Blue) = 128+176+6=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #80B006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B006 is #7F4FF9. Grayscale: #8E8E8E. Windows color (decimal): -8343546 or 438400. OLE color: 438400.

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

Color convert

RGB 128 176 6 -
CMYK 0.27 0 0.97 0.31
HSL 76.94º 0.93% 0.36% -
HSV(B) 76.94º 0.97% 0.69% -
XYZ 24.46 35.65 5.76 -
YUV 142.27 51.1 117.82 -
System Red Green Blue C M Y K H S L
Decimal 128 176 6 0.27 0 0.97 0.31 76.94 0.93 0.36
Hex 80 B0 6 1B 0 61 1F 4D 5D 24
Octal 200 260 6 33 0 141 37 115 135 44
Binary 10000000 10110000 110 11011 0 1100001 11111 1001101 1011101 100100

Color Harmonies of #80B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B006

Black with #80B006

Text Example


Text Example

White with #80B006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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