Html Css Color HEX #4DAB5B Fruit Salad

📋 copy color: '#4DAB5B'

red 77 ◦ green 171 ◦ blue 91

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

Shades of Fruit Salad #4DAB5B

Tints of Fruit Salad #4DAB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 22.71%
G = 50.44%
B = 26.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#4DAB5B (or 0x4DAB5B) is known color: Fruit Salad. HEX triplet: 4D, AB and 5B. RGB value is (77,171,91). Sum of RGB (Red+Green+Blue) = 77+171+91=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB5B is #B254A4. Grayscale: #868686. Windows color (decimal): -11687077 or 6007629. OLE color: 6007629.

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

Color convert

RGB 77 171 91 -
CMYK 0.55 0 0.47 0.33
HSL 128.94º 0.38% 0.49% -
HSV(B) 128.94º 0.55% 0.67% -
XYZ 19.51 31.46 14.94 -
YUV 133.77 103.86 87.5 -
System Red Green Blue C M Y K H S L
Decimal 77 171 91 0.55 0 0.47 0.33 128.94 0.38 0.49
Hex 4D AB 5B 37 0 2F 21 81 26 31
Octal 115 253 133 67 0 57 41 201 46 61
Binary 1001101 10101011 1011011 110111 0 101111 100001 10000001 100110 110001

Color Harmonies of #4DAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB5B

Black with #4DAB5B

Text Example


Text Example

White with #4DAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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