#4FAC1F

Color #4FAC1F Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #4FAC1F

Tints of Kelly Green #4FAC1F

Color information

#4FAC1F (or 0x4FAC1F) is unknown color: approx Kelly Green. HEX triplet: 4F, AC and 1F. RGB value is (79,172,31). Sum of RGB (Red+Green+Blue) = 79+172+31=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAC1F is #B053E0. Grayscale: #808080. Windows color (decimal): -11555809 or 2075727. OLE color: 2075727.

HSL color Cylindrical-coordinate representation of color #4FAC1F: hue angle of 99.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4FAC1F is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB7917231-
CMYK0.5400.820.33
HSL99.57º69.46%39.8%-
HSV(B)99.57º81.98%67.45%-
XYZ18.2231.276.37-
YUV128.1273.1992.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.01%
GREEN value IS 172 (67.58% from 255) = 60.99%
BLUE value IS 31 (12.5% from 255) = 10.99%
R=28.01%
G=60.99%
B=10.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79172310.5400.820.3399.5769.4639.8
Hex4FAC1F3605221644528
Octal117254376601224114410550
Binary100111110101100111111101100101001010000111001001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FAC1F; }

 p { color: rgb(79,172,31); }

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

<style>
 a { background-color: #4FAC1F; }

 a { background-color: rgb(79,172,31); }

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

<style>
 span { border-color: #4FAC1F; }

 span { border-color: rgb(79,172,31); }

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