#3FC655

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

Shades of Fruit Salad #3FC655

Tints of Fruit Salad #3FC655

Color information

#3FC655 (or 0x3FC655) is unknown color: approx Fruit Salad. HEX triplet: 3F, C6 and 55. RGB value is (63,198,85). Sum of RGB (Red+Green+Blue) = 63+198+85=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 198 (77.73% from 255 or 57.23% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC655 is #C039AA. Grayscale: #919191. Windows color (decimal): -12597675 or 5621311. OLE color: 5621311.

HSL color Cylindrical-coordinate representation of color #3FC655: hue angle of 129.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC655 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB6319885-
CMYK0.6800.570.22
HSL129.78º54.22%51.18%-
HSV(B)129.78º68.18%77.65%-
XYZ23.8842.115.46-
YUV144.7594.2769.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.21%
GREEN value IS 198 (77.73% from 255) = 57.23%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=18.21%
G=57.23%
B=24.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal63198850.6800.570.22129.7854.2251.18
Hex3FC6554403916823633
Octal77306125104071262026663
Binary111111110001101010101100010001110011011010000010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,198,85); }

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

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

 a { background-color: rgb(63,198,85); }

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

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

 span { border-color: rgb(63,198,85); }

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