#4f950a

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

Shades of Limeade #4F950A

Tints of Limeade #4F950A

Color information

#4F950A (or 0x4F950A) is unknown color: approx Limeade. HEX triplet: 4F, 95 and 0A. RGB value is (79,149,10). Sum of RGB (Red+Green+Blue) = 79+149+10=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #4F950A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F950A is #B06AF5. Grayscale: #707070. Windows color (decimal): -11561718 or 693583. OLE color: 693583.

HSL color Cylindrical-coordinate representation of color #4F950A: hue angle of 90.22º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F950A is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB7914910-
CMYK0.4700.930.42
HSL90.22º87.42%31.18%-
HSV(B)90.22º93.29%58.43%-
XYZ14.0323.184.02-
YUV112.2270.31104.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.19%
GREEN value IS 149 (58.59% from 255) = 62.61%
BLUE value IS 10 (4.30% from 255) = 4.20%
R=33.19%
G=62.61%
B=4.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79149100.4700.930.4290.2287.4231.18
Hex4F95A2F05D2A5a571f
Octal117225125701355213212737
Binary1001111100101011010101111010111011010101011010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f950a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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