Html Css Color HEX #4DAC55 Fruit Salad

📋 copy color: '#4DAC55'

red 77 ◦ green 172 ◦ blue 85

#4DAC55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #4DAC55

Tints of Fruit Salad #4DAC55

RGB

 RED value IS 77 (30.47% from 255) = 23.05%

 GREEN value IS 172 (67.58% from 255) = 51.5%

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 23.05%
G = 51.5%
B = 25.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#4DAC55 (or 0x4DAC55) is known color: Fruit Salad. HEX triplet: 4D, AC and 55. RGB value is (77,172,85). Sum of RGB (Red+Green+Blue) = 77+172+85=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC55 is #B253AA. Grayscale: #858585. Windows color (decimal): -11686827 or 5614669. OLE color: 5614669.

HSL color Cylindrical-coordinate representation of color #4DAC55: hue angle of 125.05º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC55 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 172 85 -
CMYK 0.55 0 0.51 0.33
HSL 125.05º 0.38% 0.49% -
HSV(B) 125.05º 0.55% 0.67% -
XYZ 19.45 31.74 13.7 -
YUV 133.68 100.53 87.57 -
System Red Green Blue C M Y K H S L
Decimal 77 172 85 0.55 0 0.51 0.33 125.05 0.38 0.49
Hex 4D AC 55 37 0 33 21 7D 26 31
Octal 115 254 125 67 0 63 41 175 46 61
Binary 1001101 10101100 1010101 110111 0 110011 100001 1111101 100110 110001

Color Harmonies of #4DAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC55

Black with #4DAC55

Text Example


Text Example

White with #4DAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,172,85); }

 H1.HeaderClassName
 {
   color: #4DAC55;
 }
 .AnyTagClassName
 {
   color: #4DAC55;
 }
</style>

background-color css

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

 a { background-color: rgb(77,172,85); }

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

border-color css

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

 span { border-color: rgb(77,172,85); }

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