Html Css Color HEX #4CAC40 Fruit Salad

📋 copy color: '#4CAC40'

red 76 ◦ green 172 ◦ blue 64

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

Shades of Fruit Salad #4CAC40

Tints of Fruit Salad #4CAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.13%

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

R = 24.36%
G = 55.13%
B = 20.51%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#4CAC40 (or 0x4CAC40) is known color: Fruit Salad. HEX triplet: 4C, AC and 40. RGB value is (76,172,64). Sum of RGB (Red+Green+Blue) = 76+172+64=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAC40 is #B353BF. Grayscale: #838383. Windows color (decimal): -11752384 or 4238412. OLE color: 4238412.

HSL color Cylindrical-coordinate representation of color #4CAC40: hue angle of 113.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CAC40 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 172 64 -
CMYK 0.56 0 0.63 0.33
HSL 113.33º 0.46% 0.46% -
HSV(B) 113.33º 0.63% 0.67% -
XYZ 18.66 31.41 9.93 -
YUV 130.98 90.2 88.78 -
System Red Green Blue C M Y K H S L
Decimal 76 172 64 0.56 0 0.63 0.33 113.33 0.46 0.46
Hex 4C AC 40 38 0 3F 21 71 2E 2E
Octal 114 254 100 70 0 77 41 161 56 56
Binary 1001100 10101100 1000000 111000 0 111111 100001 1110001 101110 101110

Color Harmonies of #4CAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAC40

Black with #4CAC40

Text Example


Text Example

White with #4CAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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