#4FAE0F

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

Shades of Kelly Green #4FAE0F

Tints of Kelly Green #4FAE0F

Color information

#4FAE0F (or 0x4FAE0F) is unknown color: approx Kelly Green. HEX triplet: 4F, AE and 0F. RGB value is (79,174,15). Sum of RGB (Red+Green+Blue) = 79+174+15=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 174 (68.36% from 255 or 64.93% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FAE0F is #B051F0. Grayscale: #808080. Windows color (decimal): -11555313 or 1027663. OLE color: 1027663.

HSL color Cylindrical-coordinate representation of color #4FAE0F: hue angle of 95.85º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4FAE0F is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB7917415-
CMYK0.5500.910.32
HSL95.85º84.13%37.06%-
HSV(B)95.85º91.38%68.24%-
XYZ18.4531.975.65-
YUV127.4764.5393.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.48%
GREEN value IS 174 (68.36% from 255) = 64.93%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=29.48%
G=64.93%
B=5.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79174150.5500.910.3295.8584.1337.06
Hex4FAEF3705B20605425
Octal117256176701334014012445
Binary10011111010111011111101110101101110000011000001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,174,15); }

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

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

 a { background-color: rgb(79,174,15); }

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

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

 span { border-color: rgb(79,174,15); }

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