Html Css Color HEX #4BA557 Fruit Salad

📋 copy color: '#4BA557'

red 75 ◦ green 165 ◦ blue 87

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

Shades of Fruit Salad #4BA557

Tints of Fruit Salad #4BA557

RGB

 RED value IS 75 (29.69% from 255) = 22.94%

 GREEN value IS 165 (64.84% from 255) = 50.46%

 BLUE value IS 87 (34.38% from 255) = 26.61%

R = 22.94%
G = 50.46%
B = 26.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#4BA557 (or 0x4BA557) is known color: Fruit Salad. HEX triplet: 4B, A5 and 57. RGB value is (75,165,87). Sum of RGB (Red+Green+Blue) = 75+165+87=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA557 is #B45AA8. Grayscale: #818181. Windows color (decimal): -11819689 or 5743947. OLE color: 5743947.

HSL color Cylindrical-coordinate representation of color #4BA557: hue angle of 128º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA557 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 165 87 -
CMYK 0.55 0 0.47 0.35
HSL 128º 0.38% 0.47% -
HSV(B) 128º 0.55% 0.65% -
XYZ 18.08 29.09 13.68 -
YUV 129.2 104.18 89.34 -
System Red Green Blue C M Y K H S L
Decimal 75 165 87 0.55 0 0.47 0.35 128 0.38 0.47
Hex 4B A5 57 37 0 2F 23 80 26 2F
Octal 113 245 127 67 0 57 43 200 46 57
Binary 1001011 10100101 1010111 110111 0 101111 100011 10000000 100110 101111

Color Harmonies of #4BA557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA557

Black with #4BA557

Text Example


Text Example

White with #4BA557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,165,87); }

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

background-color css

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

 a { background-color: rgb(75,165,87); }

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

border-color css

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

 span { border-color: rgb(75,165,87); }

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