#7FB72D

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

Shades of Lima #7FB72D

Tints of Lima #7FB72D

Color information

#7FB72D (or 0x7FB72D) is unknown color: approx Lima. HEX triplet: 7F, B7 and 2D. RGB value is (127,183,45). Sum of RGB (Red+Green+Blue) = 127+183+45=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB72D is #8048D2. Grayscale: #979797. Windows color (decimal): -8407251 or 2996095. OLE color: 2996095.

HSL color Cylindrical-coordinate representation of color #7FB72D: hue angle of 84.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FB72D is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB12718345-
CMYK0.3100.750.28
HSL84.35º60.53%44.71%-
HSV(B)84.35º75.41%71.76%-
XYZ26.1638.578.55-
YUV150.5268.45111.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.77%
GREEN value IS 183 (71.88% from 255) = 51.55%
BLUE value IS 45 (17.97% from 255) = 12.68%
R=35.77%
G=51.55%
B=12.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal127183450.3100.750.2884.3560.5344.71
Hex7FB72D1F04B1C543d2d
Octal17726755370113341247555
Binary1111111101101111011011111101001011111001010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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