#4F8F0A

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

Shades of Limeade #4F8F0A

Tints of Limeade #4F8F0A

Color information

#4F8F0A (or 0x4F8F0A) is unknown color: approx Limeade. HEX triplet: 4F, 8F and 0A. RGB value is (79,143,10). Sum of RGB (Red+Green+Blue) = 79+143+10=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #4F8F0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8F0A is #B070F5. Grayscale: #6D6D6D. Windows color (decimal): -11563254 or 692047. OLE color: 692047.

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

Color convert

RGB7914310-
CMYK0.4500.930.44
HSL88.87º86.93%30%-
HSV(B)88.87º93.01%56.08%-
XYZ13.121.333.71-
YUV108.772.3106.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 143 (56.25% from 255) = 61.64%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=34.05%
G=61.64%
B=4.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79143100.4500.930.4488.8786.9330
Hex4F8FA2D05D2C59571e
Octal117217125501355413112736
Binary1001111100011111010101101010111011011001011001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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