#3FB44C

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

Shades of Fruit Salad #3FB44C

Tints of Fruit Salad #3FB44C

Color information

#3FB44C (or 0x3FB44C) is unknown color: approx Fruit Salad. HEX triplet: 3F, B4 and 4C. RGB value is (63,180,76). Sum of RGB (Red+Green+Blue) = 63+180+76=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #3FB44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB44C is #C04BB3. Grayscale: #858585. Windows color (decimal): -12602292 or 5026879. OLE color: 5026879.

HSL color Cylindrical-coordinate representation of color #3FB44C: hue angle of 126.67º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB44C is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB6318076-
CMYK0.6500.580.29
HSL126.67º48.15%47.65%-
HSV(B)126.67º65%70.59%-
XYZ19.6834.2212.41-
YUV133.1695.7477.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.75%
GREEN value IS 180 (70.70% from 255) = 56.43%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=19.75%
G=56.43%
B=23.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63180760.6500.580.29126.6748.1547.65
Hex3FB44C4103A1D7f3030
Octal77264114101072351776060
Binary11111110110100100110010000010111010111011111111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,180,76); }

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

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

 a { background-color: rgb(63,180,76); }

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

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

 span { border-color: rgb(63,180,76); }

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