#4D9615

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

Shades of Limeade #4D9615

Tints of Limeade #4D9615

Color information

#4D9615 (or 0x4D9615) is unknown color: approx Limeade. HEX triplet: 4D, 96 and 15. RGB value is (77,150,21). Sum of RGB (Red+Green+Blue) = 77+150+21=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 150 (58.98% from 255 or 60.48% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 150 - color contains mainly: green. Hex color #4D9615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9615 is #B269EA. Grayscale: #717171. Windows color (decimal): -11692523 or 1414733. OLE color: 1414733.

HSL color Cylindrical-coordinate representation of color #4D9615: hue angle of 93.95º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D9615 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB7715021-
CMYK0.4900.860.41
HSL93.95º75.44%33.53%-
HSV(B)93.95º86%58.82%-
XYZ14.123.444.49-
YUV113.4775.82101.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.05%
GREEN value IS 150 (58.98% from 255) = 60.48%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=31.05%
G=60.48%
B=8.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal77150210.4900.860.4193.9575.4433.53
Hex4D961531056295e4b22
Octal115226256101265113611342
Binary100110110010110101011100010101011010100110111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,150,21); }

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

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

 a { background-color: rgb(77,150,21); }

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

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

 span { border-color: rgb(77,150,21); }

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