#3FA54C

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

Shades of Fruit Salad #3FA54C

Tints of Fruit Salad #3FA54C

Color information

#3FA54C (or 0x3FA54C) is unknown color: approx Fruit Salad. HEX triplet: 3F, A5 and 4C. RGB value is (63,165,76). Sum of RGB (Red+Green+Blue) = 63+165+76=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 165 (64.84% from 255 or 54.28% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA54C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA54C is #C05AB3. Grayscale: #7C7C7C. Windows color (decimal): -12606132 or 5023039. OLE color: 5023039.

HSL color Cylindrical-coordinate representation of color #3FA54C: hue angle of 127.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA54C is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB6316576-
CMYK0.6200.540.35
HSL127.65º44.74%44.71%-
HSV(B)127.65º61.82%64.71%-
XYZ16.8128.4911.45-
YUV124.36100.7184.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.72%
GREEN value IS 165 (64.84% from 255) = 54.28%
BLUE value IS 76 (30.08% from 255) = 25%
R=20.72%
G=54.28%
B=25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal63165760.6200.540.35127.6544.7444.71
Hex3FA54C3E03623802d2d
Octal7724511476066432005555
Binary111111101001011001100111110011011010001110000000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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