#4BBE5A

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

Shades of Fruit Salad #4BBE5A

Tints of Fruit Salad #4BBE5A

Color information

#4BBE5A (or 0x4BBE5A) is unknown color: approx Fruit Salad. HEX triplet: 4B, BE and 5A. RGB value is (75,190,90). Sum of RGB (Red+Green+Blue) = 75+190+90=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBE5A is #B441A5. Grayscale: #909090. Windows color (decimal): -11813286 or 5946955. OLE color: 5946955.

HSL color Cylindrical-coordinate representation of color #4BBE5A: hue angle of 127.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBE5A is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB7519090-
CMYK0.6100.530.25
HSL127.83º46.94%51.96%-
HSV(B)127.83º60.53%74.51%-
XYZ23.1639.0615.99-
YUV144.2197.478.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.13%
GREEN value IS 190 (74.61% from 255) = 53.52%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=21.13%
G=53.52%
B=25.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75190900.6100.530.25127.8346.9451.96
Hex4BBE5A3D03519802f34
Octal11327613275065312005764
Binary100101110111110101101011110101101011100110000000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,190,90); }

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

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

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

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

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

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

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