#4BB25A

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

Shades of Fruit Salad #4BB25A

Tints of Fruit Salad #4BB25A

Color information

#4BB25A (or 0x4BB25A) is unknown color: approx Fruit Salad. HEX triplet: 4B, B2 and 5A. RGB value is (75,178,90). Sum of RGB (Red+Green+Blue) = 75+178+90=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB25A is #B44DA5. Grayscale: #898989. Windows color (decimal): -11816358 or 5943883. OLE color: 5943883.

HSL color Cylindrical-coordinate representation of color #4BB25A: hue angle of 128.74º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB25A is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB7517890-
CMYK0.5800.490.30
HSL128.74º40.71%49.61%-
HSV(B)128.74º57.87%69.8%-
XYZ20.6734.0715.16-
YUV137.17101.3883.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.87%
GREEN value IS 178 (69.92% from 255) = 51.90%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=21.87%
G=51.90%
B=26.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75178900.5800.490.30128.7440.7149.61
Hex4BB25A3A0311E812932
Octal11326213272061362015162
Binary100101110110010101101011101001100011111010000001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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