#4F9207

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

Shades of Limeade #4F9207

Tints of Limeade #4F9207

Color information

#4F9207 (or 0x4F9207) is unknown color: approx Limeade. HEX triplet: 4F, 92 and 07. RGB value is (79,146,7). Sum of RGB (Red+Green+Blue) = 79+146+7=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9207 is #B06DF8. Grayscale: #6E6E6E. Windows color (decimal): -11562489 or 496207. OLE color: 496207.

HSL color Cylindrical-coordinate representation of color #4F9207: hue angle of 88.92º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F9207 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB791467-
CMYK0.4600.950.43
HSL88.92º90.85%30%-
HSV(B)88.92º95.21%57.25%-
XYZ13.5422.243.78-
YUV110.1269.8105.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 146 (57.42% from 255) = 62.93%
BLUE value IS 7 (3.12% from 255) = 3.02%
R=34.05%
G=62.93%
B=3.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7914670.4600.950.4388.9290.8530
Hex4F9272E05F2B595b1e
Octal11722275601375313113336
Binary100111110010010111101110010111111010111011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,146,7); }

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

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

 a { background-color: rgb(79,146,7); }

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

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

 span { border-color: rgb(79,146,7); }

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