#4DB058

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

Shades of Fruit Salad #4DB058

Tints of Fruit Salad #4DB058

Color information

#4DB058 (or 0x4DB058) is unknown color: approx Fruit Salad. HEX triplet: 4D, B0 and 58. RGB value is (77,176,88). Sum of RGB (Red+Green+Blue) = 77+176+88=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB058 is #B24FA7. Grayscale: #888888. Windows color (decimal): -11685800 or 5812301. OLE color: 5812301.

HSL color Cylindrical-coordinate representation of color #4DB058: hue angle of 126.67º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB058 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB7717688-
CMYK0.5600.500.31
HSL126.67º39.13%49.61%-
HSV(B)126.67º56.25%69.02%-
XYZ20.3533.3314.59-
YUV136.37100.785.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.58%
GREEN value IS 176 (69.14% from 255) = 51.61%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=22.58%
G=51.61%
B=25.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77176880.5600.500.31126.6739.1349.61
Hex4DB058380321F7f2732
Octal11526013070062371774762
Binary10011011011000010110001110000110010111111111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,176,88); }

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

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

 a { background-color: rgb(77,176,88); }

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

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

 span { border-color: rgb(77,176,88); }

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