Html Css Color HEX #4C9755 Fruit Salad

📋 copy color: '#4C9755'

red 76 ◦ green 151 ◦ blue 85

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

Shades of Fruit Salad #4C9755

Tints of Fruit Salad #4C9755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.4%

 BLUE value IS 85 (33.59% from 255) = 27.24%

R = 24.36%
G = 48.4%
B = 27.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#4C9755 (or 0x4C9755) is known color: Fruit Salad. HEX triplet: 4C, 97 and 55. RGB value is (76,151,85). Sum of RGB (Red+Green+Blue) = 76+151+85=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #4C9755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9755 is #B368AA. Grayscale: #797979. Windows color (decimal): -11757739 or 5609292. OLE color: 5609292.

HSL color Cylindrical-coordinate representation of color #4C9755: hue angle of 127.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C9755 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 76 151 85 -
CMYK 0.50 0 0.44 0.41
HSL 127.2º 0.33% 0.45% -
HSV(B) 127.2º 0.5% 0.59% -
XYZ 15.69 24.33 12.46 -
YUV 121.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 76 151 85 0.50 0 0.44 0.41 127.2 0.33 0.45
Hex 4C 97 55 32 0 2C 29 7F 21 2D
Octal 114 227 125 62 0 54 51 177 41 55
Binary 1001100 10010111 1010101 110010 0 101100 101001 1111111 100001 101101

Color Harmonies of #4C9755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9755

Black with #4C9755

Text Example


Text Example

White with #4C9755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,151,85); }

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

background-color css

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

 a { background-color: rgb(76,151,85); }

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

border-color css

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

 span { border-color: rgb(76,151,85); }

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