#4BC54A

Color #4BC54A Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4BC54A

Tints of Fruit Salad #4BC54A

Color information

#4BC54A (or 0x4BC54A) is unknown color: approx Fruit Salad. HEX triplet: 4B, C5 and 4A. RGB value is (75,197,74). Sum of RGB (Red+Green+Blue) = 75+197+74=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC54A is #B43AB5. Grayscale: #929292. Windows color (decimal): -11811510 or 4900171. OLE color: 4900171.

HSL color Cylindrical-coordinate representation of color #4BC54A: hue angle of 119.51º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC54A is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB7519774-
CMYK0.6200.620.23
HSL119.51º51.46%53.14%-
HSV(B)119.51º62.44%77.25%-
XYZ24.141.9213.3-
YUV146.587.0877-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 197 (77.34% from 255) = 56.94%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=21.68%
G=56.94%
B=21.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal75197740.6200.620.23119.5151.4653.14
Hex4BC54A3E03E17783335
Octal11330511276076271706365
Binary10010111100010110010101111100111110101111111000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,197,74); }

 H1.HeaderClassName
 {
   color: #4BC54A;
 }
 .AnyTagClassName
 {
   color: #4BC54A;
 }
</style>
background-color css

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

 a { background-color: rgb(75,197,74); }

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

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

 span { border-color: rgb(75,197,74); }

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