#7FC606

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

Shades of Lima #7FC606

Tints of Lima #7FC606

Color information

#7FC606 (or 0x7FC606) is unknown color: approx Lima. HEX triplet: 7F, C6 and 06. RGB value is (127,198,6). Sum of RGB (Red+Green+Blue) = 127+198+6=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 198 (77.73% from 255 or 59.82% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC606 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC606 is #8039F9. Grayscale: #9B9B9B. Windows color (decimal): -8403450 or 444031. OLE color: 444031.

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

Color convert

RGB1271986-
CMYK0.3600.970.22
HSL82.19º94.12%40%-
HSV(B)82.19º96.97%77.65%-
XYZ28.9844.917.31-
YUV154.8843.98108.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.37%
GREEN value IS 198 (77.73% from 255) = 59.82%
BLUE value IS 6 (2.73% from 255) = 1.81%
R=38.37%
G=59.82%
B=1.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12719860.3600.970.2282.1994.1240
Hex7FC662406116525e28
Octal17730664401412612213650
Binary111111111000110110100100011000011011010100101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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