Html Css Color HEX #4CAC46 Fruit Salad

📋 copy color: '#4CAC46'

red 76 ◦ green 172 ◦ blue 70

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

Shades of Fruit Salad #4CAC46

Tints of Fruit Salad #4CAC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 23.9%
G = 54.09%
B = 22.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#4CAC46 (or 0x4CAC46) is known color: Fruit Salad. HEX triplet: 4C, AC and 46. RGB value is (76,172,70). Sum of RGB (Red+Green+Blue) = 76+172+70=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAC46 is #B353B9. Grayscale: #838383. Windows color (decimal): -11752378 or 4631628. OLE color: 4631628.

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

Color convert

RGB 76 172 70 -
CMYK 0.56 0 0.59 0.33
HSL 116.47º 0.42% 0.47% -
HSV(B) 116.47º 0.59% 0.67% -
XYZ 18.84 31.48 10.88 -
YUV 131.67 93.2 88.29 -
System Red Green Blue C M Y K H S L
Decimal 76 172 70 0.56 0 0.59 0.33 116.47 0.42 0.47
Hex 4C AC 46 38 0 3B 21 74 2A 2F
Octal 114 254 106 70 0 73 41 164 52 57
Binary 1001100 10101100 1000110 111000 0 111011 100001 1110100 101010 101111

Color Harmonies of #4CAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAC46

Black with #4CAC46

Text Example


Text Example

White with #4CAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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