#4CBB5A

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

Shades of Fruit Salad #4CBB5A

Tints of Fruit Salad #4CBB5A

Color information

#4CBB5A (or 0x4CBB5A) is unknown color: approx Fruit Salad. HEX triplet: 4C, BB and 5A. RGB value is (76,187,90). Sum of RGB (Red+Green+Blue) = 76+187+90=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #4CBB5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBB5A is #B344A5. Grayscale: #8F8F8F. Windows color (decimal): -11748518 or 5946188. OLE color: 5946188.

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

Color convert

RGB7618790-
CMYK0.5900.520.27
HSL127.57º44.94%51.57%-
HSV(B)127.57º59.36%73.33%-
XYZ22.637.8215.78-
YUV142.7598.2380.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.53%
GREEN value IS 187 (73.44% from 255) = 52.97%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=21.53%
G=52.97%
B=25.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76187900.5900.520.27127.5744.9451.57
Hex4CBB5A3B0341B802d34
Octal11427313273064332005564
Binary100110010111011101101011101101101001101110000000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,187,90); }

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

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

 a { background-color: rgb(76,187,90); }

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

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

 span { border-color: rgb(76,187,90); }

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