#4BC154

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

Shades of Fruit Salad #4BC154

Tints of Fruit Salad #4BC154

Color information

#4BC154 (or 0x4BC154) is unknown color: approx Fruit Salad. HEX triplet: 4B, C1 and 54. RGB value is (75,193,84). Sum of RGB (Red+Green+Blue) = 75+193+84=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC154 is #B43EAB. Grayscale: #919191. Windows color (decimal): -11812524 or 5554507. OLE color: 5554507.

HSL color Cylindrical-coordinate representation of color #4BC154: hue angle of 124.58º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC154 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB7519384-
CMYK0.6100.560.24
HSL124.58º48.76%52.55%-
HSV(B)124.58º61.14%75.69%-
XYZ23.5740.2814.92-
YUV145.2993.4177.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.31%
GREEN value IS 193 (75.78% from 255) = 54.83%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=21.31%
G=54.83%
B=23.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75193840.6100.560.24124.5848.7652.55
Hex4BC1543D038187d3135
Octal11330112475070301756165
Binary10010111100000110101001111010111000110001111101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,193,84); }

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

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

 a { background-color: rgb(75,193,84); }

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

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

 span { border-color: rgb(75,193,84); }

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