Html Css Color HEX #4CAC5C Fruit Salad

📋 copy color: '#4CAC5C'

red 76 ◦ green 172 ◦ blue 92

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

Shades of Fruit Salad #4CAC5C

Tints of Fruit Salad #4CAC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 22.35%
G = 50.59%
B = 27.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#4CAC5C (or 0x4CAC5C) is known color: Fruit Salad. HEX triplet: 4C, AC and 5C. RGB value is (76,172,92). Sum of RGB (Red+Green+Blue) = 76+172+92=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAC5C is #B353A3. Grayscale: #868686. Windows color (decimal): -11752356 or 6073420. OLE color: 6073420.

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

Color convert

RGB 76 172 92 -
CMYK 0.56 0 0.47 0.33
HSL 130º 0.39% 0.49% -
HSV(B) 130º 0.56% 0.67% -
XYZ 19.66 31.81 15.23 -
YUV 134.18 104.2 86.5 -
System Red Green Blue C M Y K H S L
Decimal 76 172 92 0.56 0 0.47 0.33 130 0.39 0.49
Hex 4C AC 5C 38 0 2F 21 82 27 31
Octal 114 254 134 70 0 57 41 202 47 61
Binary 1001100 10101100 1011100 111000 0 101111 100001 10000010 100111 110001

Color Harmonies of #4CAC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAC5C

Black with #4CAC5C

Text Example


Text Example

White with #4CAC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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