#7FB605

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

Shades of Lima #7FB605

Tints of Lima #7FB605

Color information

#7FB605 (or 0x7FB605) is unknown color: approx Lima. HEX triplet: 7F, B6 and 05. RGB value is (127,182,5). Sum of RGB (Red+Green+Blue) = 127+182+5=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB605 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB605 is #8049FA. Grayscale: #929292. Windows color (decimal): -8407547 or 374399. OLE color: 374399.

HSL color Cylindrical-coordinate representation of color #7FB605: hue angle of 78.64º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FB605 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1271825-
CMYK0.3000.970.29
HSL78.64º94.65%36.67%-
HSV(B)78.64º97.25%71.37%-
XYZ25.5137.986.13-
YUV145.3848.78114.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.45%
GREEN value IS 182 (71.48% from 255) = 57.96%
BLUE value IS 5 (2.34% from 255) = 1.59%
R=40.45%
G=57.96%
B=1.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12718250.3000.970.2978.6494.6536.67
Hex7FB651E0611D4f5f25
Octal17726653601413511713745
Binary11111111011011010111110011000011110110011111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,182,5); }

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

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

 a { background-color: rgb(127,182,5); }

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

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

 span { border-color: rgb(127,182,5); }

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