#7FB712

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

Shades of Lima #7FB712

Tints of Lima #7FB712

Color information

#7FB712 (or 0x7FB712) is unknown color: approx Lima. HEX triplet: 7F, B7 and 12. RGB value is (127,183,18). Sum of RGB (Red+Green+Blue) = 127+183+18=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB712 is #8048ED. Grayscale: #949494. Windows color (decimal): -8407278 or 1226623. OLE color: 1226623.

HSL color Cylindrical-coordinate representation of color #7FB712: hue angle of 80.36º 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 #7FB712 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB12718318-
CMYK0.3100.900.28
HSL80.36º82.09%39.41%-
HSV(B)80.36º90.16%71.76%-
XYZ25.838.426.63-
YUV147.4554.95113.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.72%
GREEN value IS 183 (71.88% from 255) = 55.79%
BLUE value IS 18 (7.42% from 255) = 5.49%
R=38.72%
G=55.79%
B=5.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal127183180.3100.900.2880.3682.0939.41
Hex7FB7121F05A1C505227
Octal177267223701323412012247
Binary1111111101101111001011111010110101110010100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FB712; }

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

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

<style>
 a { background-color: #7FB712; }

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

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

<style>
 span { border-color: #7FB712; }

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

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