Html Css Color HEX #4F9A50 Fruit Salad

📋 copy color: '#4F9A50'

red 79 ◦ green 154 ◦ blue 80

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

Shades of Fruit Salad #4F9A50

Tints of Fruit Salad #4F9A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.2%

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 25.24%
G = 49.2%
B = 25.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#4F9A50 (or 0x4F9A50) is known color: Fruit Salad. HEX triplet: 4F, 9A and 50. RGB value is (79,154,80). Sum of RGB (Red+Green+Blue) = 79+154+80=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #4F9A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9A50 is #B065AF. Grayscale: #7B7B7B. Windows color (decimal): -11560368 or 5282383. OLE color: 5282383.

HSL color Cylindrical-coordinate representation of color #4F9A50: hue angle of 120.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9A50 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 79 154 80 -
CMYK 0.49 0 0.48 0.40
HSL 120.8º 0.32% 0.46% -
HSV(B) 120.8º 0.49% 0.6% -
XYZ 16.23 25.35 11.63 -
YUV 123.14 103.65 96.52 -
System Red Green Blue C M Y K H S L
Decimal 79 154 80 0.49 0 0.48 0.40 120.8 0.32 0.46
Hex 4F 9A 50 31 0 30 28 79 20 2E
Octal 117 232 120 61 0 60 50 171 40 56
Binary 1001111 10011010 1010000 110001 0 110000 101000 1111001 100000 101110

Color Harmonies of #4F9A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9A50

Black with #4F9A50

Text Example


Text Example

White with #4F9A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,154,80); }

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

background-color css

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

 a { background-color: rgb(79,154,80); }

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

border-color css

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

 span { border-color: rgb(79,154,80); }

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