Html Css Color HEX #4DAB52 Fruit Salad

📋 copy color: '#4DAB52'

red 77 ◦ green 171 ◦ blue 82

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

Shades of Fruit Salad #4DAB52

Tints of Fruit Salad #4DAB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.85%

R = 23.33%
G = 51.82%
B = 24.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#4DAB52 (or 0x4DAB52) is known color: Fruit Salad. HEX triplet: 4D, AB and 52. RGB value is (77,171,82). Sum of RGB (Red+Green+Blue) = 77+171+82=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB52 is #B254AD. Grayscale: #858585. Windows color (decimal): -11687086 or 5417805. OLE color: 5417805.

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

Color convert

RGB 77 171 82 -
CMYK 0.55 0 0.52 0.33
HSL 123.19º 0.38% 0.49% -
HSV(B) 123.19º 0.55% 0.67% -
XYZ 19.15 31.31 13.02 -
YUV 132.75 99.36 88.24 -
System Red Green Blue C M Y K H S L
Decimal 77 171 82 0.55 0 0.52 0.33 123.19 0.38 0.49
Hex 4D AB 52 37 0 34 21 7B 26 31
Octal 115 253 122 67 0 64 41 173 46 61
Binary 1001101 10101011 1010010 110111 0 110100 100001 1111011 100110 110001

Color Harmonies of #4DAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB52

Black with #4DAB52

Text Example


Text Example

White with #4DAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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