#4DB852

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

Shades of Fruit Salad #4DB852

Tints of Fruit Salad #4DB852

Color information

#4DB852 (or 0x4DB852) is unknown color: approx Fruit Salad. HEX triplet: 4D, B8 and 52. RGB value is (77,184,82). Sum of RGB (Red+Green+Blue) = 77+184+82=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB852 is #B247AD. Grayscale: #8C8C8C. Windows color (decimal): -11683758 or 5421133. OLE color: 5421133.

HSL color Cylindrical-coordinate representation of color #4DB852: hue angle of 122.8º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB852 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB7718482-
CMYK0.5800.550.28
HSL122.8º42.97%51.18%-
HSV(B)122.8º58.15%72.16%-
XYZ21.7236.4713.88-
YUV140.3895.0582.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.45%
GREEN value IS 184 (72.27% from 255) = 53.64%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=22.45%
G=53.64%
B=23.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal77184820.5800.550.28122.842.9751.18
Hex4DB8523A0371C7b2b33
Octal11527012272067341735363
Binary10011011011100010100101110100110111111001111011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,184,82); }

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

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

 a { background-color: rgb(77,184,82); }

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

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

 span { border-color: rgb(77,184,82); }

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