#4FB20C

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

Shades of Kelly Green #4FB20C

Tints of Kelly Green #4FB20C

Color information

#4FB20C (or 0x4FB20C) is unknown color: approx Kelly Green. HEX triplet: 4F, B2 and 0C. RGB value is (79,178,12). Sum of RGB (Red+Green+Blue) = 79+178+12=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 178 (69.92% from 255 or 66.17% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB20C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FB20C is #B04DF3. Grayscale: #828282. Windows color (decimal): -11554292 or 832079. OLE color: 832079.

HSL color Cylindrical-coordinate representation of color #4FB20C: hue angle of 95.78º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4FB20C is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB7917812-
CMYK0.5600.930.30
HSL95.78º87.37%37.25%-
HSV(B)95.78º93.26%69.8%-
XYZ19.2133.535.81-
YUV129.4861.792-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.37%
GREEN value IS 178 (69.92% from 255) = 66.17%
BLUE value IS 12 (5.08% from 255) = 4.46%
R=29.37%
G=66.17%
B=4.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal79178120.5600.930.3095.7887.3737.25
Hex4FB2C3805D1E605725
Octal117262147001353614012745
Binary1001111101100101100111000010111011111011000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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