#3CB84B

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

Shades of Fruit Salad #3CB84B

Tints of Fruit Salad #3CB84B

Color information

#3CB84B (or 0x3CB84B) is unknown color: approx Fruit Salad. HEX triplet: 3C, B8 and 4B. RGB value is (60,184,75). Sum of RGB (Red+Green+Blue) = 60+184+75=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 184 (72.27% from 255 or 57.68% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB84B is #C347B4. Grayscale: #868686. Windows color (decimal): -12797877 or 4962364. OLE color: 4962364.

HSL color Cylindrical-coordinate representation of color #3CB84B: hue angle of 127.26º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB84B is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB6018475-
CMYK0.6700.590.28
HSL127.26º50.82%47.84%-
HSV(B)127.26º67.39%72.16%-
XYZ20.2735.7512.49-
YUV134.594.4274.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 184 (72.27% from 255) = 57.68%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=18.81%
G=57.68%
B=23.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal60184750.6700.590.28127.2650.8247.84
Hex3CB84B4303B1C7f3330
Octal74270113103073341776360
Binary11110010111000100101110000110111011111001111111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,184,75); }

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

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

 a { background-color: rgb(60,184,75); }

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

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

 span { border-color: rgb(60,184,75); }

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