#3FBC52

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

Shades of Fruit Salad #3FBC52

Tints of Fruit Salad #3FBC52

Color information

#3FBC52 (or 0x3FBC52) is unknown color: approx Fruit Salad. HEX triplet: 3F, BC and 52. RGB value is (63,188,82). Sum of RGB (Red+Green+Blue) = 63+188+82=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBC52 is #C043AD. Grayscale: #8A8A8A. Windows color (decimal): -12600238 or 5422143. OLE color: 5422143.

HSL color Cylindrical-coordinate representation of color #3FBC52: hue angle of 129.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBC52 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB6318882-
CMYK0.6600.560.26
HSL129.12º49.8%49.22%-
HSV(B)129.12º66.49%73.73%-
XYZ21.5637.6314.11-
YUV138.5496.0974.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.92%
GREEN value IS 188 (73.83% from 255) = 56.46%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=18.92%
G=56.46%
B=24.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal63188820.6600.560.26129.1249.849.22
Hex3FBC52420381A813231
Octal77274122102070322016261
Binary111111101111001010010100001001110001101010000001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,188,82); }

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

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

 a { background-color: rgb(63,188,82); }

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

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

 span { border-color: rgb(63,188,82); }

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