#4F9820

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

Shades of Limeade #4F9820

Tints of Limeade #4F9820

Color information

#4F9820 (or 0x4F9820) is unknown color: approx Limeade. HEX triplet: 4F, 98 and 20. RGB value is (79,152,32). Sum of RGB (Red+Green+Blue) = 79+152+32=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #4F9820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9820 is #B067DF. Grayscale: #747474. Windows color (decimal): -11560928 or 2136143. OLE color: 2136143.

HSL color Cylindrical-coordinate representation of color #4F9820: hue angle of 96.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F9820 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB7915232-
CMYK0.4800.790.40
HSL96.5º65.22%36.08%-
HSV(B)96.5º78.95%59.61%-
XYZ14.7124.225.27-
YUV116.4980.32101.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.04%
GREEN value IS 152 (59.77% from 255) = 57.79%
BLUE value IS 32 (12.89% from 255) = 12.17%
R=30.04%
G=57.79%
B=12.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79152320.4800.790.4096.565.2236.08
Hex4F98203004F28604124
Octal117230406001175014010144
Binary1001111100110001000001100000100111110100011000001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,152,32); }

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

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

 a { background-color: rgb(79,152,32); }

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

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

 span { border-color: rgb(79,152,32); }

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