#3CB54D

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

Shades of Fruit Salad #3CB54D

Tints of Fruit Salad #3CB54D

Color information

#3CB54D (or 0x3CB54D) is unknown color: approx Fruit Salad. HEX triplet: 3C, B5 and 4D. RGB value is (60,181,77). Sum of RGB (Red+Green+Blue) = 60+181+77=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 181 (71.09% from 255 or 56.92% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB54D is #C34AB2. Grayscale: #858585. Windows color (decimal): -12798643 or 5092668. OLE color: 5092668.

HSL color Cylindrical-coordinate representation of color #3CB54D: hue angle of 128.43º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB54D is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB6018177-
CMYK0.6700.570.29
HSL128.43º50.21%47.25%-
HSV(B)128.43º66.85%70.98%-
XYZ19.7334.5412.65-
YUV132.9696.4175.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.87%
GREEN value IS 181 (71.09% from 255) = 56.92%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=18.87%
G=56.92%
B=24.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60181770.6700.570.29128.4350.2147.25
Hex3CB54D430391D80322f
Octal74265115103071352006257
Binary111100101101011001101100001101110011110110000000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CB54D; }

 p { color: rgb(60,181,77); }

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

<style>
 a { background-color: #3CB54D; }

 a { background-color: rgb(60,181,77); }

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

<style>
 span { border-color: #3CB54D; }

 span { border-color: rgb(60,181,77); }

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