Html Css Color HEX #4A9650 Fruit Salad

📋 copy color: '#4A9650'

red 74 ◦ green 150 ◦ blue 80

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

Shades of Fruit Salad #4A9650

Tints of Fruit Salad #4A9650

RGB

 RED value IS 74 (29.3% from 255) = 24.34%

 GREEN value IS 150 (58.98% from 255) = 49.34%

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

R = 24.34%
G = 49.34%
B = 26.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#4A9650 (or 0x4A9650) is known color: Fruit Salad. HEX triplet: 4A, 96 and 50. RGB value is (74,150,80). Sum of RGB (Red+Green+Blue) = 74+150+80=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #4A9650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9650 is #B569AF. Grayscale: #777777. Windows color (decimal): -11889072 or 5281354. OLE color: 5281354.

HSL color Cylindrical-coordinate representation of color #4A9650: hue angle of 124.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A9650 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 150 80 -
CMYK 0.51 0 0.47 0.41
HSL 124.74º 0.34% 0.44% -
HSV(B) 124.74º 0.51% 0.59% -
XYZ 15.18 23.85 11.39 -
YUV 119.3 105.82 95.69 -
System Red Green Blue C M Y K H S L
Decimal 74 150 80 0.51 0 0.47 0.41 124.74 0.34 0.44
Hex 4A 96 50 33 0 2F 29 7D 22 2C
Octal 112 226 120 63 0 57 51 175 42 54
Binary 1001010 10010110 1010000 110011 0 101111 101001 1111101 100010 101100

Color Harmonies of #4A9650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9650

Black with #4A9650

Text Example


Text Example

White with #4A9650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,150,80); }

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

background-color css

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

 a { background-color: rgb(74,150,80); }

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

border-color css

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

 span { border-color: rgb(74,150,80); }

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