Html Css Color HEX #80C806 Lima

📋 copy color: '#80C806'

red 128 ◦ green 200 ◦ blue 6

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

Shades of Lima #80C806

Tints of Lima #80C806

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59.88%

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

R = 38.32%
G = 59.88%
B = 1.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#80C806 (or 0x80C806) is known color: Lima. HEX triplet: 80, C8 and 06. RGB value is (128,200,6). Sum of RGB (Red+Green+Blue) = 128+200+6=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 200 (78.52% from 255 or 59.88% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 200 - color contains mainly: green. Hex color #80C806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C806 is #7F37F9. Grayscale: #9D9D9D. Windows color (decimal): -8337402 or 444544. OLE color: 444544.

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

Color convert

RGB 128 200 6 -
CMYK 0.36 0 0.97 0.22
HSL 82.27º 0.94% 0.4% -
HSV(B) 82.27º 0.97% 0.78% -
XYZ 29.59 45.91 7.47 -
YUV 156.36 43.15 107.77 -
System Red Green Blue C M Y K H S L
Decimal 128 200 6 0.36 0 0.97 0.22 82.27 0.94 0.4
Hex 80 C8 6 24 0 61 16 52 5E 28
Octal 200 310 6 44 0 141 26 122 136 50
Binary 10000000 11001000 110 100100 0 1100001 10110 1010010 1011110 101000

Color Harmonies of #80C806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C806

Black with #80C806

Text Example


Text Example

White with #80C806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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