#4FA70C

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

Shades of Kelly Green #4FA70C

Tints of Kelly Green #4FA70C

Color information

#4FA70C (or 0x4FA70C) is unknown color: approx Kelly Green. HEX triplet: 4F, A7 and 0C. RGB value is (79,167,12). Sum of RGB (Red+Green+Blue) = 79+167+12=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 167 (65.62% from 255 or 64.73% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 167 - color contains mainly: green. Hex color #4FA70C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FA70C is #B058F3. Grayscale: #7B7B7B. Windows color (decimal): -11557108 or 829263. OLE color: 829263.

HSL color Cylindrical-coordinate representation of color #4FA70C: hue angle of 94.06º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4FA70C is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB7916712-
CMYK0.5300.930.35
HSL94.06º86.59%35.1%-
HSV(B)94.06º92.81%65.49%-
XYZ17.1129.335.11-
YUV123.0265.3596.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.62%
GREEN value IS 167 (65.62% from 255) = 64.73%
BLUE value IS 12 (5.08% from 255) = 4.65%
R=30.62%
G=64.73%
B=4.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal79167120.5300.930.3594.0686.5935.1
Hex4FA7C3505D235e5723
Octal117247146501354313612743
Binary10011111010011111001101010101110110001110111101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,167,12); }

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

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

 a { background-color: rgb(79,167,12); }

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

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

 span { border-color: rgb(79,167,12); }

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