#4BB54C

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

Shades of Fruit Salad #4BB54C

Tints of Fruit Salad #4BB54C

Color information

#4BB54C (or 0x4BB54C) is unknown color: approx Fruit Salad. HEX triplet: 4B, B5 and 4C. RGB value is (75,181,76). Sum of RGB (Red+Green+Blue) = 75+181+76=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BB54C is #B44AB3. Grayscale: #898989. Windows color (decimal): -11815604 or 5027147. OLE color: 5027147.

HSL color Cylindrical-coordinate representation of color #4BB54C: hue angle of 120.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB54C is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB7518176-
CMYK0.5900.580.29
HSL120.57º41.73%50.2%-
HSV(B)120.57º58.56%70.98%-
XYZ20.7335.0712.51-
YUV137.3493.3883.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.59%
GREEN value IS 181 (71.09% from 255) = 54.52%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=22.59%
G=54.52%
B=22.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75181760.5900.580.29120.5741.7350.2
Hex4BB54C3B03A1D792a32
Octal11326511473072351715262
Binary10010111011010110011001110110111010111011111001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,181,76); }

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

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

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

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

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

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

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