Html Css Color HEX #4D8F56 Fruit Salad

📋 copy color: '#4D8F56'

red 77 ◦ green 143 ◦ blue 86

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

Shades of Fruit Salad #4D8F56

Tints of Fruit Salad #4D8F56

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.73%

 BLUE value IS 86 (33.98% from 255) = 28.1%

R = 25.16%
G = 46.73%
B = 28.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#4D8F56 (or 0x4D8F56) is known color: Fruit Salad. HEX triplet: 4D, 8F and 56. RGB value is (77,143,86). Sum of RGB (Red+Green+Blue) = 77+143+86=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 143 - color contains mainly: green. Hex color #4D8F56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8F56 is #B270A9. Grayscale: #747474. Windows color (decimal): -11694250 or 5672781. OLE color: 5672781.

HSL color Cylindrical-coordinate representation of color #4D8F56: hue angle of 128.18º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8F56 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 143 86 -
CMYK 0.46 0 0.40 0.44
HSL 128.18º 0.3% 0.43% -
HSV(B) 128.18º 0.46% 0.56% -
XYZ 14.56 21.89 12.26 -
YUV 116.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 77 143 86 0.46 0 0.40 0.44 128.18 0.3 0.43
Hex 4D 8F 56 2E 0 28 2C 80 1E 2B
Octal 115 217 126 56 0 50 54 200 36 53
Binary 1001101 10001111 1010110 101110 0 101000 101100 10000000 11110 101011

Color Harmonies of #4D8F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8F56

Black with #4D8F56

Text Example


Text Example

White with #4D8F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,143,86); }

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

background-color css

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

 a { background-color: rgb(77,143,86); }

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

border-color css

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

 span { border-color: rgb(77,143,86); }

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