#7FC607

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

Shades of Lima #7FC607

Tints of Lima #7FC607

Color information

#7FC607 (or 0x7FC607) is unknown color: approx Lima. HEX triplet: 7F, C6 and 07. RGB value is (127,198,7). Sum of RGB (Red+Green+Blue) = 127+198+7=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 198 (77.73% from 255 or 59.64% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC607 is #8039F8. Grayscale: #9B9B9B. Windows color (decimal): -8403449 or 509567. OLE color: 509567.

HSL color Cylindrical-coordinate representation of color #7FC607: hue angle of 82.3º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FC607 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1271987-
CMYK0.3600.960.22
HSL82.3º93.17%40.2%-
HSV(B)82.3º96.46%77.65%-
XYZ28.9844.927.34-
YUV15544.48108.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.25%
GREEN value IS 198 (77.73% from 255) = 59.64%
BLUE value IS 7 (3.12% from 255) = 2.11%
R=38.25%
G=59.64%
B=2.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12719870.3600.960.2282.393.1740.2
Hex7FC672406016525d28
Octal17730674401402612213550
Binary111111111000110111100100011000001011010100101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,198,7); }

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

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

 a { background-color: rgb(127,198,7); }

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

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

 span { border-color: rgb(127,198,7); }

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