#4B9709

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

Shades of Limeade #4B9709

Tints of Limeade #4B9709

Color information

#4B9709 (or 0x4B9709) is unknown color: approx Limeade. HEX triplet: 4B, 97 and 09. RGB value is (75,151,9). Sum of RGB (Red+Green+Blue) = 75+151+9=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 151 (59.38% from 255 or 64.26% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 151 - color contains mainly: green. Hex color #4B9709 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9709 is #B468F6. Grayscale: #707070. Windows color (decimal): -11823351 or 628555. OLE color: 628555.

HSL color Cylindrical-coordinate representation of color #4B9709: hue angle of 92.11º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B9709 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB751519-
CMYK0.5000.940.41
HSL92.11º88.75%31.37%-
HSV(B)92.11º94.04%59.22%-
XYZ14.0223.654.08-
YUV112.0969.82101.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 151 (59.38% from 255) = 64.26%
BLUE value IS 9 (3.91% from 255) = 3.83%
R=31.91%
G=64.26%
B=3.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7515190.5000.940.4192.1188.7531.37
Hex4B9793205E295c591f
Octal113227116201365113413137
Binary1001011100101111001110010010111101010011011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,151,9); }

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

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

 a { background-color: rgb(75,151,9); }

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

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

 span { border-color: rgb(75,151,9); }

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