#4DB65B

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

Shades of Fruit Salad #4DB65B

Tints of Fruit Salad #4DB65B

Color information

#4DB65B (or 0x4DB65B) is unknown color: approx Fruit Salad. HEX triplet: 4D, B6 and 5B. RGB value is (77,182,91). Sum of RGB (Red+Green+Blue) = 77+182+91=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB65B is #B249A4. Grayscale: #8C8C8C. Windows color (decimal): -11684261 or 6010445. OLE color: 6010445.

HSL color Cylindrical-coordinate representation of color #4DB65B: hue angle of 128º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB65B is Cyan = 0.58, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB7718291-
CMYK0.5800.50.29
HSL128º41.83%50.78%-
HSV(B)128º57.69%71.37%-
XYZ21.6835.7915.66-
YUV140.23100.2182.9-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22%
GREEN value IS 182 (71.48% from 255) = 52%
BLUE value IS 91 (35.94% from 255) = 26%
R=22%
G=52%
B=26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal77182910.5800.50.2912841.8350.78
Hex4DB65B3A0321D802a33
Octal11526613372062352005263
Binary100110110110110101101111101001100101110110000000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,182,91); }

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

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

 a { background-color: rgb(77,182,91); }

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

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

 span { border-color: rgb(77,182,91); }

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