Html Css Color HEX #4DAA53 Fruit Salad

📋 copy color: '#4DAA53'

red 77 ◦ green 170 ◦ blue 83

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

Shades of Fruit Salad #4DAA53

Tints of Fruit Salad #4DAA53

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.52%

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 23.33%
G = 51.52%
B = 25.15%

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

#4DAA53 (or 0x4DAA53) is known color: Fruit Salad. HEX triplet: 4D, AA and 53. RGB value is (77,170,83). Sum of RGB (Red+Green+Blue) = 77+170+83=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA53 is #B255AC. Grayscale: #848484. Windows color (decimal): -11687341 or 5483085. OLE color: 5483085.

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

Color convert

RGB 77 170 83 -
CMYK 0.55 0 0.51 0.33
HSL 123.87º 0.38% 0.48% -
HSV(B) 123.87º 0.55% 0.67% -
XYZ 19 30.95 13.16 -
YUV 132.28 100.19 88.57 -
System Red Green Blue C M Y K H S L
Decimal 77 170 83 0.55 0 0.51 0.33 123.87 0.38 0.48
Hex 4D AA 53 37 0 33 21 7C 26 30
Octal 115 252 123 67 0 63 41 174 46 60
Binary 1001101 10101010 1010011 110111 0 110011 100001 1111100 100110 110000

Color Harmonies of #4DAA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA53

Black with #4DAA53

Text Example


Text Example

White with #4DAA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,170,83); }

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

background-color css

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

 a { background-color: rgb(77,170,83); }

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

border-color css

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

 span { border-color: rgb(77,170,83); }

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