#80d10f

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

Shades of Lima #80D10F

Tints of Lima #80D10F

Color information

#80D10F (or 0x80D10F) is unknown color: approx Lima. HEX triplet: 80, D1 and 0F. RGB value is (128,209,15). Sum of RGB (Red+Green+Blue) = 128+209+15=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #80D10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D10F is #7F2EF0. Grayscale: #A3A3A3. Windows color (decimal): -8335089 or 1036672. OLE color: 1036672.

HSL color Cylindrical-coordinate representation of color #80D10F: hue angle of 85.05º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80D10F is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB12820915-
CMYK0.3900.930.18
HSL85.05º86.61%43.92%-
HSV(B)85.05º92.82%81.96%-
XYZ31.7950.228.47-
YUV162.6644.66103.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 209 (82.03% from 255) = 59.38%
BLUE value IS 15 (6.25% from 255) = 4.26%
R=36.36%
G=59.38%
B=4.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128209150.3900.930.1885.0586.6143.92
Hex80D1F2705D1255572c
Octal200321174701352212512754
Binary10000000110100011111100111010111011001010101011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80d10f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,209,15); }

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

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

 a { background-color: rgb(128,209,15); }

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

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

 span { border-color: rgb(128,209,15); }

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