#4F910E

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

Shades of Limeade #4F910E

Tints of Limeade #4F910E

Color information

#4F910E (or 0x4F910E) is unknown color: approx Limeade. HEX triplet: 4F, 91 and 0E. RGB value is (79,145,14). Sum of RGB (Red+Green+Blue) = 79+145+14=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 145 (57.03% from 255 or 60.92% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 145 - color contains mainly: green. Hex color #4F910E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F910E is #B06EF1. Grayscale: #6E6E6E. Windows color (decimal): -11562738 or 954703. OLE color: 954703.

HSL color Cylindrical-coordinate representation of color #4F910E: hue angle of 90.23º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F910E is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB7914514-
CMYK0.4600.900.43
HSL90.23º82.39%31.18%-
HSV(B)90.23º90.34%56.86%-
XYZ13.4321.943.94-
YUV110.3373.63105.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.19%
GREEN value IS 145 (57.03% from 255) = 60.92%
BLUE value IS 14 (5.86% from 255) = 5.88%
R=33.19%
G=60.92%
B=5.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79145140.4600.900.4390.2382.3931.18
Hex4F91E2E05A2B5a521f
Octal117221165601325313212237
Binary1001111100100011110101110010110101010111011010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F910E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,145,14); }

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

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

 a { background-color: rgb(79,145,14); }

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

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

 span { border-color: rgb(79,145,14); }

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