Html Css Color HEX #80B806 Lima

📋 copy color: '#80B806'

red 128 ◦ green 184 ◦ blue 6

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

Shades of Lima #80B806

Tints of Lima #80B806

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.86%

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

R = 40.25%
G = 57.86%
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

#80B806 (or 0x80B806) is known color: Lima. HEX triplet: 80, B8 and 06. RGB value is (128,184,6). Sum of RGB (Red+Green+Blue) = 128+184+6=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 184 (72.27% from 255 or 57.86% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 184 - color contains mainly: green. Hex color #80B806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B806 is #7F47F9. Grayscale: #939393. Windows color (decimal): -8341498 or 440448. OLE color: 440448.

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

Color convert

RGB 128 184 6 -
CMYK 0.30 0 0.97 0.28
HSL 78.88º 0.94% 0.37% -
HSV(B) 78.88º 0.97% 0.72% -
XYZ 26.08 38.88 6.3 -
YUV 146.96 48.45 114.47 -
System Red Green Blue C M Y K H S L
Decimal 128 184 6 0.30 0 0.97 0.28 78.88 0.94 0.37
Hex 80 B8 6 1E 0 61 1C 4F 5E 25
Octal 200 270 6 36 0 141 34 117 136 45
Binary 10000000 10111000 110 11110 0 1100001 11100 1001111 1011110 100101

Color Harmonies of #80B806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B806

Black with #80B806

Text Example


Text Example

White with #80B806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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