#3FBE52

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

Shades of Fruit Salad #3FBE52

Tints of Fruit Salad #3FBE52

Color information

#3FBE52 (or 0x3FBE52) is unknown color: approx Fruit Salad. HEX triplet: 3F, BE and 52. RGB value is (63,190,82). Sum of RGB (Red+Green+Blue) = 63+190+82=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBE52 is #C041AD. Grayscale: #8C8C8C. Windows color (decimal): -12599726 or 5422655. OLE color: 5422655.

HSL color Cylindrical-coordinate representation of color #3FBE52: hue angle of 128.98º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBE52 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB6319082-
CMYK0.6700.570.25
HSL128.98º50.2%49.61%-
HSV(B)128.98º66.84%74.51%-
XYZ21.9938.4914.25-
YUV139.7295.4273.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=18.81%
G=56.72%
B=24.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63190820.6700.570.25128.9850.249.61
Hex3FBE524303919813232
Octal77276122103071312016262
Binary111111101111101010010100001101110011100110000001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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