#4DBA42

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

Shades of Fruit Salad #4DBA42

Tints of Fruit Salad #4DBA42

Color information

#4DBA42 (or 0x4DBA42) is unknown color: approx Fruit Salad. HEX triplet: 4D, BA and 42. RGB value is (77,186,66). Sum of RGB (Red+Green+Blue) = 77+186+66=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBA42 is #B245BD. Grayscale: #8C8C8C. Windows color (decimal): -11683262 or 4373069. OLE color: 4373069.

HSL color Cylindrical-coordinate representation of color #4DBA42: hue angle of 114.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DBA42 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB7718666-
CMYK0.5900.650.27
HSL114.5º47.62%49.41%-
HSV(B)114.5º64.52%72.94%-
XYZ21.637.0911.17-
YUV139.7386.3983.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.40%
GREEN value IS 186 (73.05% from 255) = 56.53%
BLUE value IS 66 (26.17% from 255) = 20.06%
R=23.40%
G=56.53%
B=20.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77186660.5900.650.27114.547.6249.41
Hex4DBA423B0411B723031
Octal115272102730101331626061
Binary100110110111010100001011101101000001110111110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,186,66); }

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

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

 a { background-color: rgb(77,186,66); }

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

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

 span { border-color: rgb(77,186,66); }

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