#80C216

Color #80C216 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #80C216

Tints of Lima #80C216

Color information

#80C216 (or 0x80C216) is unknown color: approx Lima. HEX triplet: 80, C2 and 16. RGB value is (128,194,22). Sum of RGB (Red+Green+Blue) = 128+194+22=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #80C216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C216 is #7F3DE9. Grayscale: #9B9B9B. Windows color (decimal): -8338922 or 1491584. OLE color: 1491584.

HSL color Cylindrical-coordinate representation of color #80C216: hue angle of 83.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80C216 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB12819422-
CMYK0.3400.890.24
HSL83.02º79.63%42.35%-
HSV(B)83.02º88.66%76.08%-
XYZ28.3443.237.61-
YUV154.6653.13108.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 194 (76.17% from 255) = 56.40%
BLUE value IS 22 (8.98% from 255) = 6.40%
R=37.21%
G=56.40%
B=6.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128194220.3400.890.2483.0279.6342.35
Hex80C216220591853502a
Octal200302264201313012312052
Binary100000001100001010110100010010110011100010100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,194,22); }

 H1.HeaderClassName
 {
   color: #80C216;
 }
 .AnyTagClassName
 {
   color: #80C216;
 }
</style>
background-color css

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

 a { background-color: rgb(128,194,22); }

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

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

 span { border-color: rgb(128,194,22); }

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