Html Css Color HEX #80C80B Lima

📋 copy color: '#80C80B'

red 128 ◦ green 200 ◦ blue 11

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

Shades of Lima #80C80B

Tints of Lima #80C80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 37.76%
G = 59%
B = 3.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#80C80B (or 0x80C80B) is known color: Lima. HEX triplet: 80, C8 and 0B. RGB value is (128,200,11). Sum of RGB (Red+Green+Blue) = 128+200+11=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #80C80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C80B is #7F37F4. Grayscale: #9D9D9D. Windows color (decimal): -8337397 or 772224. OLE color: 772224.

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

Color convert

RGB 128 200 11 -
CMYK 0.36 0 0.94 0.22
HSL 82.86º 0.9% 0.41% -
HSV(B) 82.86º 0.95% 0.78% -
XYZ 29.62 45.92 7.62 -
YUV 156.93 45.65 107.37 -
System Red Green Blue C M Y K H S L
Decimal 128 200 11 0.36 0 0.94 0.22 82.86 0.9 0.41
Hex 80 C8 B 24 0 5E 16 53 5A 29
Octal 200 310 13 44 0 136 26 123 132 51
Binary 10000000 11001000 1011 100100 0 1011110 10110 1010011 1011010 101001

Color Harmonies of #80C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C80B

Black with #80C80B

Text Example


Text Example

White with #80C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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