Html Css Color HEX #4DAB4A Fruit Salad

📋 copy color: '#4DAB4A'

red 77 ◦ green 171 ◦ blue 74

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

Shades of Fruit Salad #4DAB4A

Tints of Fruit Salad #4DAB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 23.91%
G = 53.11%
B = 22.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#4DAB4A (or 0x4DAB4A) is known color: Fruit Salad. HEX triplet: 4D, AB and 4A. RGB value is (77,171,74). Sum of RGB (Red+Green+Blue) = 77+171+74=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAB4A is #B254B5. Grayscale: #848484. Windows color (decimal): -11687094 or 4893517. OLE color: 4893517.

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

Color convert

RGB 77 171 74 -
CMYK 0.55 0 0.57 0.33
HSL 118.14º 0.4% 0.48% -
HSV(B) 118.14º 0.57% 0.67% -
XYZ 18.86 31.2 11.51 -
YUV 131.84 95.36 88.89 -
System Red Green Blue C M Y K H S L
Decimal 77 171 74 0.55 0 0.57 0.33 118.14 0.4 0.48
Hex 4D AB 4A 37 0 39 21 76 28 30
Octal 115 253 112 67 0 71 41 166 50 60
Binary 1001101 10101011 1001010 110111 0 111001 100001 1110110 101000 110000

Color Harmonies of #4DAB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB4A

Black with #4DAB4A

Text Example


Text Example

White with #4DAB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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