#80B712

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

Shades of Lima #80B712

Tints of Lima #80B712

Color information

#80B712 (or 0x80B712) is unknown color: approx Lima. HEX triplet: 80, B7 and 12. RGB value is (128,183,18). Sum of RGB (Red+Green+Blue) = 128+183+18=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #80B712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B712 is #7F48ED. Grayscale: #949494. Windows color (decimal): -8341742 or 1226624. OLE color: 1226624.

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

Color convert

RGB12818318-
CMYK0.3000.900.28
HSL80º82.09%39.41%-
HSV(B)80º90.16%71.76%-
XYZ25.9438.56.64-
YUV147.7454.78113.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 183 (71.88% from 255) = 55.62%
BLUE value IS 18 (7.42% from 255) = 5.47%
R=38.91%
G=55.62%
B=5.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128183180.3000.900.288082.0939.41
Hex80B7121E05A1C505227
Octal200267223601323412012247
Binary10000000101101111001011110010110101110010100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,183,18); }

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

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

 a { background-color: rgb(128,183,18); }

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

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

 span { border-color: rgb(128,183,18); }

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