#4F970A

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

Shades of Limeade #4F970A

Tints of Limeade #4F970A

Color information

#4F970A (or 0x4F970A) is unknown color: approx Limeade. HEX triplet: 4F, 97 and 0A. RGB value is (79,151,10). Sum of RGB (Red+Green+Blue) = 79+151+10=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 151 (59.38% from 255 or 62.92% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 151 - color contains mainly: green. Hex color #4F970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F970A is #B068F5. Grayscale: #717171. Windows color (decimal): -11561206 or 694095. OLE color: 694095.

HSL color Cylindrical-coordinate representation of color #4F970A: hue angle of 90.64º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F970A is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB7915110-
CMYK0.4800.930.41
HSL90.64º87.58%31.57%-
HSV(B)90.64º93.38%59.22%-
XYZ14.3523.824.13-
YUV113.469.65103.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.92%
GREEN value IS 151 (59.38% from 255) = 62.92%
BLUE value IS 10 (4.30% from 255) = 4.17%
R=32.92%
G=62.92%
B=4.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79151100.4800.930.4190.6487.5831.57
Hex4F97A3005D295b5820
Octal117227126001355113313040
Binary10011111001011110101100000101110110100110110111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F970A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,151,10); }

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

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

 a { background-color: rgb(79,151,10); }

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

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

 span { border-color: rgb(79,151,10); }

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