Html Css Color HEX #4C9F40 Fruit Salad

📋 copy color: '#4C9F40'

red 76 ◦ green 159 ◦ blue 64

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

Shades of Fruit Salad #4C9F40

Tints of Fruit Salad #4C9F40

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53.18%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 25.42%
G = 53.18%
B = 21.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#4C9F40 (or 0x4C9F40) is known color: Fruit Salad. HEX triplet: 4C, 9F and 40. RGB value is (76,159,64). Sum of RGB (Red+Green+Blue) = 76+159+64=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #4C9F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9F40 is #B360BF. Grayscale: #7B7B7B. Windows color (decimal): -11755712 or 4235084. OLE color: 4235084.

HSL color Cylindrical-coordinate representation of color #4C9F40: hue angle of 112.42º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C9F40 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 159 64 -
CMYK 0.52 0 0.60 0.38
HSL 112.42º 0.43% 0.44% -
HSV(B) 112.42º 0.6% 0.62% -
XYZ 16.3 26.7 9.15 -
YUV 123.35 94.5 94.22 -
System Red Green Blue C M Y K H S L
Decimal 76 159 64 0.52 0 0.60 0.38 112.42 0.43 0.44
Hex 4C 9F 40 34 0 3C 26 70 2B 2C
Octal 114 237 100 64 0 74 46 160 53 54
Binary 1001100 10011111 1000000 110100 0 111100 100110 1110000 101011 101100

Color Harmonies of #4C9F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9F40

Black with #4C9F40

Text Example


Text Example

White with #4C9F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,159,64); }

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

background-color css

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

 a { background-color: rgb(76,159,64); }

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

border-color css

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

 span { border-color: rgb(76,159,64); }

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