#4BC34B

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

Shades of Fruit Salad #4BC34B

Tints of Fruit Salad #4BC34B

Color information

#4BC34B (or 0x4BC34B) is unknown color: approx Fruit Salad. HEX triplet: 4B, C3 and 4B. RGB value is (75,195,75). Sum of RGB (Red+Green+Blue) = 75+195+75=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC34B is #B43CB4. Grayscale: #919191. Windows color (decimal): -11812021 or 4965195. OLE color: 4965195.

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

Color convert

RGB7519575-
CMYK0.6200.620.24
HSL120º50%52.94%-
HSV(B)120º61.54%76.47%-
XYZ23.6941.0313.33-
YUV145.4488.2477.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.74%
GREEN value IS 195 (76.56% from 255) = 56.52%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=21.74%
G=56.52%
B=21.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75195750.6200.620.241205052.94
Hex4BC34B3E03E18783235
Octal11330311376076301706265
Binary10010111100001110010111111100111110110001111000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,195,75); }

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

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

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

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

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

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

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