Html Css Color HEX #4DAB55 Fruit Salad

📋 copy color: '#4DAB55'

red 77 ◦ green 171 ◦ blue 85

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

Shades of Fruit Salad #4DAB55

Tints of Fruit Salad #4DAB55

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.35%

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

R = 23.12%
G = 51.35%
B = 25.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#4DAB55 (or 0x4DAB55) is known color: Fruit Salad. HEX triplet: 4D, AB and 55. RGB value is (77,171,85). Sum of RGB (Red+Green+Blue) = 77+171+85=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB55 is #B254AA. Grayscale: #858585. Windows color (decimal): -11687083 or 5614413. OLE color: 5614413.

HSL color Cylindrical-coordinate representation of color #4DAB55: hue angle of 125.11º 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 #4DAB55 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 171 85 -
CMYK 0.55 0 0.50 0.33
HSL 125.11º 0.38% 0.49% -
HSV(B) 125.11º 0.55% 0.67% -
XYZ 19.26 31.36 13.63 -
YUV 133.09 100.86 87.99 -
System Red Green Blue C M Y K H S L
Decimal 77 171 85 0.55 0 0.50 0.33 125.11 0.38 0.49
Hex 4D AB 55 37 0 32 21 7D 26 31
Octal 115 253 125 67 0 62 41 175 46 61
Binary 1001101 10101011 1010101 110111 0 110010 100001 1111101 100110 110001

Color Harmonies of #4DAB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB55

Black with #4DAB55

Text Example


Text Example

White with #4DAB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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