#80D015

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

Shades of Lima #80D015

Tints of Lima #80D015

Color information

#80D015 (or 0x80D015) is unknown color: approx Lima. HEX triplet: 80, D0 and 15. RGB value is (128,208,21). Sum of RGB (Red+Green+Blue) = 128+208+21=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #80D015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D015 is #7F2FEA. Grayscale: #A3A3A3. Windows color (decimal): -8335339 or 1429632. OLE color: 1429632.

HSL color Cylindrical-coordinate representation of color #80D015: hue angle of 85.67º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80D015 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB12820821-
CMYK0.3800.900.18
HSL85.67º81.66%44.9%-
HSV(B)85.67º89.9%81.57%-
XYZ31.5949.768.65-
YUV162.7648103.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 208 (81.64% from 255) = 58.26%
BLUE value IS 21 (8.59% from 255) = 5.88%
R=35.85%
G=58.26%
B=5.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128208210.3800.900.1885.6781.6644.9
Hex80D0152605A1256522d
Octal200320254601322212612255
Binary100000001101000010101100110010110101001010101101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,208,21); }

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

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

 a { background-color: rgb(128,208,21); }

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

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

 span { border-color: rgb(128,208,21); }

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