#4CBA5B

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

Shades of Fruit Salad #4CBA5B

Tints of Fruit Salad #4CBA5B

Color information

#4CBA5B (or 0x4CBA5B) is unknown color: approx Fruit Salad. HEX triplet: 4C, BA and 5B. RGB value is (76,186,91). Sum of RGB (Red+Green+Blue) = 76+186+91=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBA5B is #B345A4. Grayscale: #8E8E8E. Windows color (decimal): -11748773 or 6011468. OLE color: 6011468.

HSL color Cylindrical-coordinate representation of color #4CBA5B: hue angle of 128.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBA5B is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB7618691-
CMYK0.5900.510.27
HSL128.18º44.35%51.37%-
HSV(B)128.18º59.14%72.94%-
XYZ22.4337.4115.94-
YUV142.2899.0680.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.53%
GREEN value IS 186 (73.05% from 255) = 52.69%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=21.53%
G=52.69%
B=25.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76186910.5900.510.27128.1844.3551.37
Hex4CBA5B3B0331B802c33
Octal11427213373063332005463
Binary100110010111010101101111101101100111101110000000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,186,91); }

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

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

 a { background-color: rgb(76,186,91); }

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

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

 span { border-color: rgb(76,186,91); }

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