#7FB211

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

Shades of Lima #7FB211

Tints of Lima #7FB211

Color information

#7FB211 (or 0x7FB211) is unknown color: approx Lima. HEX triplet: 7F, B2 and 11. RGB value is (127,178,17). Sum of RGB (Red+Green+Blue) = 127+178+17=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB211 is #804DEE. Grayscale: #909090. Windows color (decimal): -8408559 or 1159807. OLE color: 1159807.

HSL color Cylindrical-coordinate representation of color #7FB211: hue angle of 79.01º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FB211 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB12717817-
CMYK0.2900.900.30
HSL79.01º82.56%38.24%-
HSV(B)79.01º90.45%69.8%-
XYZ24.7736.396.25-
YUV144.456.1115.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.44%
GREEN value IS 178 (69.92% from 255) = 55.28%
BLUE value IS 17 (7.03% from 255) = 5.28%
R=39.44%
G=55.28%
B=5.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal127178170.2900.900.3079.0182.5638.24
Hex7FB2111D05A1E4f5326
Octal177262213501323611712346
Binary1111111101100101000111101010110101111010011111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,178,17); }

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

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

 a { background-color: rgb(127,178,17); }

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

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

 span { border-color: rgb(127,178,17); }

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