#4DB442

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

Shades of Fruit Salad #4DB442

Tints of Fruit Salad #4DB442

Color information

#4DB442 (or 0x4DB442) is unknown color: approx Fruit Salad. HEX triplet: 4D, B4 and 42. RGB value is (77,180,66). Sum of RGB (Red+Green+Blue) = 77+180+66=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB442 is #B24BBD. Grayscale: #888888. Windows color (decimal): -11684798 or 4371533. OLE color: 4371533.

HSL color Cylindrical-coordinate representation of color #4DB442: hue angle of 114.21º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DB442 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB7718066-
CMYK0.5700.630.29
HSL114.21º46.34%48.24%-
HSV(B)114.21º63.33%70.59%-
XYZ20.3734.6110.76-
YUV136.2188.3885.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.84%
GREEN value IS 180 (70.70% from 255) = 55.73%
BLUE value IS 66 (26.17% from 255) = 20.43%
R=23.84%
G=55.73%
B=20.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal77180660.5700.630.29114.2146.3448.24
Hex4DB4423903F1D722e30
Octal11526410271077351625660
Binary10011011011010010000101110010111111111011110010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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