Html Css Color HEX #4F8E55 Fruit Salad

📋 copy color: '#4F8E55'

red 79 ◦ green 142 ◦ blue 85

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

Shades of Fruit Salad #4F8E55

Tints of Fruit Salad #4F8E55

RGB

 RED value IS 79 (31.25% from 255) = 25.82%

 GREEN value IS 142 (55.86% from 255) = 46.41%

 BLUE value IS 85 (33.59% from 255) = 27.78%

R = 25.82%
G = 46.41%
B = 27.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#4F8E55 (or 0x4F8E55) is known color: Fruit Salad. HEX triplet: 4F, 8E and 55. RGB value is (79,142,85). Sum of RGB (Red+Green+Blue) = 79+142+85=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #4F8E55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8E55 is #B071AA. Grayscale: #747474. Windows color (decimal): -11563435 or 5606991. OLE color: 5606991.

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

Color convert

RGB 79 142 85 -
CMYK 0.44 0 0.40 0.44
HSL 125.71º 0.29% 0.43% -
HSV(B) 125.71º 0.44% 0.56% -
XYZ 14.54 21.66 12.01 -
YUV 116.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 79 142 85 0.44 0 0.40 0.44 125.71 0.29 0.43
Hex 4F 8E 55 2C 0 28 2C 7E 1D 2B
Octal 117 216 125 54 0 50 54 176 35 53
Binary 1001111 10001110 1010101 101100 0 101000 101100 1111110 11101 101011

Color Harmonies of #4F8E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8E55

Black with #4F8E55

Text Example


Text Example

White with #4F8E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,142,85); }

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

background-color css

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

 a { background-color: rgb(79,142,85); }

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

border-color css

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

 span { border-color: rgb(79,142,85); }

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