Html Css Color HEX #4C984A Fruit Salad

📋 copy color: '#4C984A'

red 76 ◦ green 152 ◦ blue 74

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

Shades of Fruit Salad #4C984A

Tints of Fruit Salad #4C984A

RGB

 RED value IS 76 (30.08% from 255) = 25.17%

 GREEN value IS 152 (59.77% from 255) = 50.33%

 BLUE value IS 74 (29.3% from 255) = 24.5%

R = 25.17%
G = 50.33%
B = 24.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#4C984A (or 0x4C984A) is known color: Fruit Salad. HEX triplet: 4C, 98 and 4A. RGB value is (76,152,74). Sum of RGB (Red+Green+Blue) = 76+152+74=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #4C984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C984A is #B367B5. Grayscale: #787878. Windows color (decimal): -11757494 or 4888652. OLE color: 4888652.

HSL color Cylindrical-coordinate representation of color #4C984A: hue angle of 118.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C984A is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 152 74 -
CMYK 0.50 0 0.51 0.40
HSL 118.46º 0.35% 0.44% -
HSV(B) 118.46º 0.51% 0.6% -
XYZ 15.44 24.49 10.39 -
YUV 120.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 76 152 74 0.50 0 0.51 0.40 118.46 0.35 0.44
Hex 4C 98 4A 32 0 33 28 76 23 2C
Octal 114 230 112 62 0 63 50 166 43 54
Binary 1001100 10011000 1001010 110010 0 110011 101000 1110110 100011 101100

Color Harmonies of #4C984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C984A

Black with #4C984A

Text Example


Text Example

White with #4C984A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,152,74); }

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

background-color css

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

 a { background-color: rgb(76,152,74); }

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

border-color css

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

 span { border-color: rgb(76,152,74); }

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