#3FBA52

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

Shades of Fruit Salad #3FBA52

Tints of Fruit Salad #3FBA52

Color information

#3FBA52 (or 0x3FBA52) is unknown color: approx Fruit Salad. HEX triplet: 3F, BA and 52. RGB value is (63,186,82). Sum of RGB (Red+Green+Blue) = 63+186+82=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBA52 is #C045AD. Grayscale: #898989. Windows color (decimal): -12600750 or 5421631. OLE color: 5421631.

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

Color convert

RGB6318682-
CMYK0.6600.560.27
HSL129.27º49.4%48.82%-
HSV(B)129.27º66.13%72.94%-
XYZ21.1336.7813.97-
YUV137.3796.7574.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.03%
GREEN value IS 186 (73.05% from 255) = 56.19%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=19.03%
G=56.19%
B=24.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63186820.6600.560.27129.2749.448.82
Hex3FBA52420381B813131
Octal77272122102070332016161
Binary111111101110101010010100001001110001101110000001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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