Html Css Color HEX #4CB155 Fruit Salad

📋 copy color: '#4CB155'

red 76 ◦ green 177 ◦ blue 85

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

Shades of Fruit Salad #4CB155

Tints of Fruit Salad #4CB155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.37%

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

R = 22.49%
G = 52.37%
B = 25.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#4CB155 (or 0x4CB155) is known color: Fruit Salad. HEX triplet: 4C, B1 and 55. RGB value is (76,177,85). Sum of RGB (Red+Green+Blue) = 76+177+85=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB155 is #B34EAA. Grayscale: #888888. Windows color (decimal): -11751083 or 5615948. OLE color: 5615948.

HSL color Cylindrical-coordinate representation of color #4CB155: hue angle of 125.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB155 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 177 85 -
CMYK 0.57 0 0.52 0.31
HSL 125.35º 0.4% 0.5% -
HSV(B) 125.35º 0.57% 0.69% -
XYZ 20.34 33.64 14.01 -
YUV 136.31 99.04 84.98 -
System Red Green Blue C M Y K H S L
Decimal 76 177 85 0.57 0 0.52 0.31 125.35 0.4 0.5
Hex 4C B1 55 39 0 34 1F 7D 28 32
Octal 114 261 125 71 0 64 37 175 50 62
Binary 1001100 10110001 1010101 111001 0 110100 11111 1111101 101000 110010

Color Harmonies of #4CB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB155

Black with #4CB155

Text Example


Text Example

White with #4CB155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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