#4DB252

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

Shades of Fruit Salad #4DB252

Tints of Fruit Salad #4DB252

Color information

#4DB252 (or 0x4DB252) is unknown color: approx Fruit Salad. HEX triplet: 4D, B2 and 52. RGB value is (77,178,82). Sum of RGB (Red+Green+Blue) = 77+178+82=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB252 is #B24DAD. Grayscale: #898989. Windows color (decimal): -11685294 or 5419597. OLE color: 5419597.

HSL color Cylindrical-coordinate representation of color #4DB252: hue angle of 122.97º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB252 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB7717882-
CMYK0.5700.540.30
HSL122.97º39.61%50%-
HSV(B)122.97º56.74%69.8%-
XYZ20.534.0313.47-
YUV136.8697.0485.31-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.85%
GREEN value IS 178 (69.92% from 255) = 52.82%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=22.85%
G=52.82%
B=24.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77178820.5700.540.30122.9739.6150
Hex4DB252390361E7b2832
Octal11526212271066361735062
Binary10011011011001010100101110010110110111101111011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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