Html Css Color HEX #4DAB42 Fruit Salad

📋 copy color: '#4DAB42'

red 77 ◦ green 171 ◦ blue 66

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

Shades of Fruit Salad #4DAB42

Tints of Fruit Salad #4DAB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 24.52%
G = 54.46%
B = 21.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#4DAB42 (or 0x4DAB42) is known color: Fruit Salad. HEX triplet: 4D, AB and 42. RGB value is (77,171,66). Sum of RGB (Red+Green+Blue) = 77+171+66=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAB42 is #B254BD. Grayscale: #838383. Windows color (decimal): -11687102 or 4369229. OLE color: 4369229.

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

Color convert

RGB 77 171 66 -
CMYK 0.55 0 0.61 0.33
HSL 113.71º 0.44% 0.46% -
HSV(B) 113.71º 0.61% 0.67% -
XYZ 18.61 31.1 10.18 -
YUV 130.92 91.36 89.54 -
System Red Green Blue C M Y K H S L
Decimal 77 171 66 0.55 0 0.61 0.33 113.71 0.44 0.46
Hex 4D AB 42 37 0 3D 21 72 2C 2E
Octal 115 253 102 67 0 75 41 162 54 56
Binary 1001101 10101011 1000010 110111 0 111101 100001 1110010 101100 101110

Color Harmonies of #4DAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB42

Black with #4DAB42

Text Example


Text Example

White with #4DAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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