Html Css Color HEX #4CA155 Fruit Salad

📋 copy color: '#4CA155'

red 76 ◦ green 161 ◦ blue 85

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

Shades of Fruit Salad #4CA155

Tints of Fruit Salad #4CA155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50%

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

R = 23.6%
G = 50%
B = 26.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#4CA155 (or 0x4CA155) is known color: Fruit Salad. HEX triplet: 4C, A1 and 55. RGB value is (76,161,85). Sum of RGB (Red+Green+Blue) = 76+161+85=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA155 is #B35EAA. Grayscale: #7F7F7F. Windows color (decimal): -11755179 or 5611852. OLE color: 5611852.

HSL color Cylindrical-coordinate representation of color #4CA155: hue angle of 126.35º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA155 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 76 161 85 -
CMYK 0.53 0 0.47 0.37
HSL 126.35º 0.36% 0.46% -
HSV(B) 126.35º 0.53% 0.63% -
XYZ 17.37 27.68 13.02 -
YUV 126.92 104.34 91.68 -
System Red Green Blue C M Y K H S L
Decimal 76 161 85 0.53 0 0.47 0.37 126.35 0.36 0.46
Hex 4C A1 55 35 0 2F 25 7E 24 2E
Octal 114 241 125 65 0 57 45 176 44 56
Binary 1001100 10100001 1010101 110101 0 101111 100101 1111110 100100 101110

Color Harmonies of #4CA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA155

Black with #4CA155

Text Example


Text Example

White with #4CA155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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